You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/09/07 18:33:28 UTC

svn commit: r993419 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Tue Sep  7 16:33:27 2010
New Revision: 993419

URL: http://svn.apache.org/viewvc?rev=993419&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Don't build neon with libproxy for now.
   On my system it ends up pulling -L/usr/local/lib into LDFLAGS, causing
   run-time conflicts with libraries installed by 3rd party software managed
   by OpenBSD ports. Fixes local test failures with the BDB backend.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=993419&r1=993418&r2=993419&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Sep  7 16:33:27 2010
@@ -554,7 +554,8 @@ $(NEON_OBJDIR)/.configured: $(NEON_OBJDI
 		PATH=$(NEON_OBJDIR):$$PATH \
 		--prefix=$(PREFIX)/neon \
 		--with-ssl \
-		--enable-shared
+		--enable-shared \
+		--without-libproxy
 	touch $@
 
 # compile neon