3
0
Fork 0
forked from mirrors/nixpkgs

Pass explicit paths for --with-zlib and --with-sqlite.

This might reduce the chances of something funny happening.

svn path=/nixpkgs/trunk/; revision=16185
This commit is contained in:
Peter Simons 2009-07-06 10:39:59 +00:00
parent 438d023eee
commit 5b9d573d62

View file

@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
${if httpServer then "--with-apxs=${httpd}/bin/apxs" else "--without-apxs"}
${if pythonBindings || perlBindings then "--with-swig=${swig}" else "--without-swig"}
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
--with-zlib=${zlib}
--with-sqlite=${sqlite}
--disable-neon-version-check
'';