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

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 19 Oct 2015 13:32:39 +0100

Lev Serebryakov <lev_at_FreeBSD.org> writes:

> Nope. It will be
>
> pkg-config --static serf-1 --libs
>
> and it get me this bogus -R flag :(

When does Subversion's configure invoke that? If I run Subversion's

   ./configure --enable-all-static

there is no -R in the generated Makefile (I do have -R in serf-1.pc).

I see that

  $ pkg-config serf-1 --static --libs
  -L/usr/local/lib -lserf-1 -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm -lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lz -lssl -lcrypto

does have the '-lssl -lcrypto' and those are the missing libraries I had
to add to get the final link to work.

-- 
Philip Martin
WANdisco
Received on 2015-10-19 14:32:48 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.