From 5b9d573d62dda490daf1400d940513386bef0d3b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 6 Jul 2009 10:39:59 +0000 Subject: Pass explicit paths for --with-zlib and --with-sqlite. This might reduce the chances of something funny happening. svn path=/nixpkgs/trunk/; revision=16185 --- pkgs/applications/version-management/subversion/1.6.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/version-management/subversion') diff --git a/pkgs/applications/version-management/subversion/1.6.nix b/pkgs/applications/version-management/subversion/1.6.nix index 9fd210a68c5..c43e7926561 100644 --- a/pkgs/applications/version-management/subversion/1.6.nix +++ b/pkgs/applications/version-management/subversion/1.6.nix @@ -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 ''; -- cgit 1.4.1