[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] just link against libneon.la

From: Joe Orton <jorton_at_redhat.com>
Date: 2005-06-15 09:37:17 CEST

* build/ac-macros/neon.m4 (SVN_LIB_NEON): If using the bundled neon,
don't add the output of `neon-config --libs` to NEON_LIBS as well as
libneon.la, since libneon.la file already records the library
dependencies. (as already done if an external neon library is used)

Index: build/ac-macros/neon.m4
===================================================================
--- build/ac-macros/neon.m4 (revision 15058)
+++ build/ac-macros/neon.m4 (working copy)
@@ -83,12 +83,6 @@
           SVN_SUBDIR_CONFIG(neon, $args)
 
           if test -f "$abs_builddir/neon/neon-config" ; then
- AC_MSG_CHECKING([for any extra libraries neon needs])
- # this is not perfect since it will pick up extra -L flags too,
- # but that shouldn't do any real damage.
- NEON_LIBS_NEW=`$SHELL $abs_builddir/neon/neon-config --libs | sed -e"s/-lneon//g"`
- AC_MSG_RESULT([$NEON_LIBS_NEW])
- NEON_LIBS="$NEON_LIBS $NEON_LIBS_NEW"
             # Also find out which macros neon defines (but ignore extra include paths):
             # this will include -DNEON_SSL if neon was built with SSL support
             CFLAGS=["$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | sed -e 's/-I[^ ]*//g'`"]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 15 09:38:09 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.