[Lunar-commits] r15074 - moonbase/trunk/devel/subversion

Auke Kok sofar at lunar-linux.org
Thu May 26 13:28:12 UTC 2005


Author: sofar
Date: 2005-05-26 13:28:12 +0000 (Thu, 26 May 2005)
New Revision: 15074

Modified:
   moonbase/trunk/devel/subversion/BUILD
Log:
Don't overwrite ap{r,u} from apache2!!!


Modified: moonbase/trunk/devel/subversion/BUILD
===================================================================
--- moonbase/trunk/devel/subversion/BUILD	2005-05-26 11:42:20 UTC (rev 15073)
+++ moonbase/trunk/devel/subversion/BUILD	2005-05-26 13:28:12 UTC (rev 15074)
@@ -1,6 +1,10 @@
 (
 
   OPTS="$OPTS --with-ssl --with-neon=`neon-config --prefix`"
+  if module_installed apache2 ; then
+    OPTS="$OPTS --with-apr=/usr/bin/apr-config --with-apu=/usr/bin/apu-config"
+	rm -rf apr apr-util
+  fi
   default_build &&
   if in_depends $MODULE swig ; then
     make swig-py install-swig-py



More information about the Lunar-commits mailing list