forked from lix-project/lix
This commit is contained in:
parent
3cbf680f5d
commit
b2c11b9ed0
|
@ -26,6 +26,8 @@ let
|
||||||
--with-docbook-rng=${docbook5}/xml/rng/docbook
|
--with-docbook-rng=${docbook5}/xml/rng/docbook
|
||||||
--with-docbook-xsl=${docbook5_xsl}/xml/xsl/docbook
|
--with-docbook-xsl=${docbook5_xsl}/xml/xsl/docbook
|
||||||
--with-xml-flags=--nonet
|
--with-xml-flags=--nonet
|
||||||
|
--with-dbi=${perlPackages.DBI}/lib/perl5/site_perl
|
||||||
|
--with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Include the Bzip2 tarball in the distribution.
|
# Include the Bzip2 tarball in the distribution.
|
||||||
|
@ -75,6 +77,8 @@ let
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--disable-init-state
|
--disable-init-state
|
||||||
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
||||||
|
--with-dbi=${perlPackages.DBI}/lib/perl5/site_perl
|
||||||
|
--with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl
|
||||||
--enable-gc
|
--enable-gc
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -96,6 +100,8 @@ let
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--disable-init-state --disable-shared
|
--disable-init-state --disable-shared
|
||||||
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
--with-bzip2=${bzip2} --with-sqlite=${sqlite}
|
||||||
|
--with-dbi=${perlPackages.DBI}/lib/perl5/site_perl
|
||||||
|
--with-dbd-sqlite=${perlPackages.DBDSQLite}/lib/perl5/site_perl
|
||||||
'';
|
'';
|
||||||
|
|
||||||
lcovFilter = [ "*/boost/*" "*-tab.*" ];
|
lcovFilter = [ "*/boost/*" "*-tab.*" ];
|
||||||
|
|
Loading…
Reference in a new issue