patches/subversion-01-libneon.la.diff
author laca_
Sun, 15 Oct 2006 03:39:06 +0000
changeset 39 445703671d83
permissions -rw-r--r--
2006-10-14 Laszlo (Laca) Peter <[email protected]> * SFEaxyftp.spec: disable parallel build * SFEf-spot.spec: bump to 0.2.2; delete upstream patch solaris.diff * SFElibao.spec: add aclocal dir to %files * SFEmercurial.spec: delete, now part of Solaris Nevada * SFEmono.spec: bump to 1.1.18 * SFEneon.spec: (new) neon http and webdav library (used to be included in the subversion pkg) * SFEsourcenav.spec: move to /usr/sourcenav -- moving just datadir doesn't work unfortunately; get rid of devel subpkg * SFEsubversion.spec: disable parallel build as it breaks on multicpu systems bump to 1.4.0 * SFEwxwidgets.spec: fix wx-config to be a relative symlink * SUNWgnome-project.spec: fix /usr/share/gnome attributes in l10n subpkg * patches/f-spot-01-solaris.diff: delete, upstream * patches/mono-01-solaris.diff: merge for 1.1.18 * patches/subversion-01-libneon.la.diff: don't try to link to libneon.la cause we're not shipping it

--- subversion-1.4.0/build/ac-macros/neon.m4.orig	2006-10-14 23:21:27.869027000 -0400
+++ subversion-1.4.0/build/ac-macros/neon.m4	2006-10-14 23:24:02.641291000 -0400
@@ -133,7 +133,7 @@
            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