From 7e042572fcdea5963494711386988c209ef0ef99 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 4 Jul 2005 13:38:28 +0000 Subject: [PATCH] if we don't use httpd set the --without-apxs flag, to prevent slurping in headerfiles from the hostsystem from /usr/include (thanks Eelco :) ) svn path=/nixpkgs/trunk/; revision=3290 --- .../applications/version-management/subversion-1.2.x/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/version-management/subversion-1.2.x/builder.sh b/pkgs/applications/version-management/subversion-1.2.x/builder.sh index 168ba61c7929..f0275588c75d 100644 --- a/pkgs/applications/version-management/subversion-1.2.x/builder.sh +++ b/pkgs/applications/version-management/subversion-1.2.x/builder.sh @@ -14,6 +14,8 @@ fi if test "$httpServer"; then configureFlags="--with-apxs=$httpd/bin/apxs --with-apr=$httpd --with-apr-util=$httpd $configureFlags" makeFlags="APACHE_LIBEXECDIR=$out/modules $makeFlags" +else + configureFlags="--without-apxs $configureFlags" fi if test -n "$pythonBindings" -o -n "$javaSwigBindings"; then