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

Moritz Heiber moe at lunar-linux.org
Mon Jan 23 19:35:25 UTC 2006


Author: moe
Date: 2006-01-23 19:35:20 +0000 (Mon, 23 Jan 2006)
New Revision: 18274

Modified:
   moonbase/trunk/devel/subversion/BUILD
Log:
Adding --disable-neon-version-check to the configure
options as the subversion configure script is pretty
braindead about neon version detection (its just a
static list of version compared against the installed
without any particular header/library checking).

This fixes the 'subversion-won't-compile-with-the-latest-
neon'-bug. Now, somebody go file that bugreport so I can
close it ... ^_^



Modified: moonbase/trunk/devel/subversion/BUILD
===================================================================
--- moonbase/trunk/devel/subversion/BUILD	2006-01-23 18:45:22 UTC (rev 18273)
+++ moonbase/trunk/devel/subversion/BUILD	2006-01-23 19:35:20 UTC (rev 18274)
@@ -1,5 +1,5 @@
 (
-  OPTS="$OPTS --with-neon=`neon-config --prefix` --with-apr=`which apr-$(installed_version apr | cut -d. -f1)-config` --with-apr-util=`which apu-$(installed_version apr-util | cut -d. -f1)-config`"
+  OPTS="$OPTS --disable-neon-version-check --with-neon=`neon-config --prefix` --with-apr=`which apr-$(installed_version apr | cut -d. -f1)-config` --with-apr-util=`which apu-$(installed_version apr-util | cut -d. -f1)-config`"
 
   if in_depends $MODULE swig ; then
     if module_installed perl; then



More information about the Lunar-commits mailing list