* ‘--disable-shared’ is no longer supported. Fortunately it's not

needed for the coverage analysis.
This commit is contained in:
Eelco Dolstra 2011-12-22 10:58:27 +00:00
parent 2aac7cd021
commit 66c99b0cf5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ nixpkgs ? <nixpkgs>, nixos ? <nixos>
, nix ? { outPath = ../nix-export; rev = 1234; }
, nix ? { outPath = ./.; rev = 1234; }
, officialRelease ? false
}:
@ -98,7 +98,7 @@ let
];
configureFlags = ''
--disable-init-state --disable-shared
--disable-init-state
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
--with-dbi=${perlPackages.DBI}/lib/perl5/site_perl
--with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl