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:
parent
438d023eee
commit
5b9d573d62
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue