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

Re: rc9 Build failure on Hardy: cannot find the library `/usr/lib/libneon.la'

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Sun, 8 Jun 2008 11:18:49 +0200

On Sat, Jun 07, 2008 at 07:42:22PM -0700, Eric Hanchrow wrote:
> >>>>> "Mark" == Mark Phippard <markphip_at_gmail.com> writes:
> Peter Samuelson set me straight -- I needed to do this in
> .../build/ac-macros:
>
> Index: neon.m4
> ===================================================================
> --- neon.m4 (revision 31593)
> +++ neon.m4 (working copy)
> @@ -153,7 +153,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=`pkg-config --libs neon`
> CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
> svn_lib_neon="yes"
> break
>
> It worked fine.

If this is committed it would be a good idea to update apr related
macros as well as described in
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=139136

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-08 11:22:13 CEST

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.