You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Olaf Hering <ol...@suse.de> on 2008/01/23 15:09:32 UTC

[PATCH] do not use neon.la files

We removed most static libs and the .la files.
Maybe the change below will work for everyone.

Index: build/ac-macros/neon.m4
===================================================================
--- build/ac-macros/neon.m4.orig	2007-10-08 04:23:55.000000000 +0200
+++ build/ac-macros/neon.m4	2007-11-26 23:12:19.000000000 +0100
@@ -143,7 +143,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
            test "$svn_allowed_neon" = "any"; then
             svn_allowed_neon_on_system="yes"
             SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
-            NEON_LIBS=`$neon_config --la-file`
+            NEON_LIBS=`$neon_config --libs`
             CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
             svn_lib_neon="yes"
             break

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] do not use neon.la files

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-01-23 16:09:09 Olaf Hering napisaƂ(a):
> We removed most static libs and the .la files.
> Maybe the change below will work for everyone.
> 
> Index: build/ac-macros/neon.m4
> ===================================================================
> --- build/ac-macros/neon.m4.orig	2007-10-08 04:23:55.000000000 +0200
> +++ build/ac-macros/neon.m4	2007-11-26 23:12:19.000000000 +0100
> @@ -143,7 +143,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
>             test "$svn_allowed_neon" = "any"; then
>              svn_allowed_neon_on_system="yes"
>              SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
> -            NEON_LIBS=`$neon_config --la-file`
> +            NEON_LIBS=`$neon_config --libs`
>              CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
>              svn_lib_neon="yes"
>              break
> 

-1 until `neon-config --libs` is fixed. Currently it contains LDFLAGS and
libraries which are dependencies of Neon.
It's still broken in Neon trunk.

`neon-config --la-file` doesn't cause any problems.

-- 
Arfrever Frehtes Taifersar Arahesis