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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 16 Jan 2009 11:02:04 +0100

Okay. Checked in now. Jeremy: please update the log msg as
appropriate; I don't have all the details to write a good one.

Stefan: does this fix it for you?

Also.. jeremy: maybe there is a different flag? LIBS or LIBDIR or
somesuch? Maybe LDFLAGS is right, but just wanted to make sure the
change was at the right granularity.

Cheers,
-g

On Fri, Jan 16, 2009 at 10:59, Greg Stein <gstein_at_gmail.com> wrote:
> Author: gstein
> Date: Fri Jan 16 01:59:01 2009
> New Revision: 35279
>
> Log:
> Fix linking against serf on some platforms.
>
> * build/ac-macros/serf.m4: add serf's libdir to LDFLAGS
>
> Modified:
> trunk/build/ac-macros/serf.m4
>
> Modified: trunk/build/ac-macros/serf.m4
> URL: http://svn.collab.net/viewvc/svn/trunk/build/ac-macros/serf.m4?pathrev=35279&r1=35278&r2=35279
> ==============================================================================
> --- trunk/build/ac-macros/serf.m4 Thu Jan 15 21:56:39 2009 (r35278)
> +++ trunk/build/ac-macros/serf.m4 Fri Jan 16 01:59:01 2009 (r35279)
> @@ -48,6 +48,7 @@ AC_DEFUN(SVN_LIB_SERF,
> SVN_SERF_INCLUDES="-I$serf_prefix/include/serf-0"
> SVN_SERF_LIBS="-lserf-0"
> SVN_SERF_EXPORT_LIBS="-L$serf_prefix/lib -lserf-0"
> + LDFLAGS="$LDFLAGS -L$serf_prefix/lib"
> elif test $serf_found = "reconfig"; then
> serf_found=yes
> fi
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1028296
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1028304
Received on 2009-01-16 11:02:27 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.