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

Re: svn commit: r35262 - trunk/build/ac-macros

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 15 Jan 2009 21:30:17 -0600

Stefan Sperling wrote:
> On Thu, Jan 15, 2009 at 08:48:56AM -0800, Jeremy Whitlock wrote:
>> Author: jwhitlock
>> Date: Thu Jan 15 08:48:56 2009
>> New Revision: 35262
>>
>> Log:
>> Make it possible to build Subversion against binary installations of its deps.
>>
>> * build/ac-macros/neon.m4,
>> build/ac-macros/serf.m4: Remove the requirement for the libtool archive files
>> when configured to build against binary installations.
>>
>> Modified:
>> trunk/build/ac-macros/neon.m4
>> trunk/build/ac-macros/serf.m4
>>
>> Modified: trunk/build/ac-macros/neon.m4
>> URL: http://svn.collab.net/viewvc/svn/trunk/build/ac-macros/neon.m4?pathrev=35262&r1=35261&r2=35262
>> ==============================================================================
>> --- trunk/build/ac-macros/neon.m4 Thu Jan 15 08:38:38 2009 (r35261)
>> +++ trunk/build/ac-macros/neon.m4 Thu Jan 15 08:48:56 2009 (r35262)
>> @@ -188,7 +188,7 @@ int main()
>> else
>> SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
>> CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
>> - NEON_LIBS=`$neon_config --la-file`
>> + NEON_LIBS=`$neon_config --libs`
>
> Wasn't this known to cause problems?
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=17212
>
> We need a comment in neon.m4, this change has been made and reverted
> multiple times already.

I guess, but do not know, that this change is also the cause of the failed build
on the serf buildbot.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1027798
Received on 2009-01-16 04:30:40 CET

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.