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

Subversion 1.7.4 should use pkg-config for sqlite3 libraries

From: Alan <alanh_at_fairlite.co.uk>
Date: Wed, 25 Apr 2012 22:51:10 +0100

Hi all,

It seems that subversion just tries linking explicitly with -lsqlite3
during configure, yet sqlite3 itself may be linked against other
libraries which need to be pulled in. And this can fail on some systems.

The configure script should use "pkg-config --libs sqlite3" to obtain a
list of libraries.

Thanks,

Alan.
Received on 2012-04-25 23:52:31 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.