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

Re: [PATCH] Don't link some Subversion libraries against unneeded external libraries

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: 2007-10-06 20:00:43 CEST

2007-10-06 00:00:09 Arfrever Frehtes Taifersar Arahesis napisał(a):
> Currently Subversion libraries are linked against all external libraries used
> by APR/APR-Util, but Subversion really uses only a subset of these libraries.

I'm attaching the updated version of this patch.

[[[
Don't link Subversion libraries against unneeded external libraries.

* configure.ac: Substitute SVN_DB_LIBS.
* Makefile.in: Respect SVN_DB_LIBS and set SVN_XML_LIBS.
* build/ac-macros/apr.m4
  (SVN_LIB_APR): Don't use --libs option of $apr_config.
* build/ac-macros/aprutil.m4
  (SVN_LIB_APRUTIL): Don't use --libs option of $apu_config.
* build/ac-macros/berkeley-db.m4
  (SVN_LIB_BERKELEY_DB_TRY): Set SVN_DB_LIBS to Berkeley DB library used by APR-Util.

Patch by: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail.com>
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Received on Sat Oct 6 20:04:29 2007

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.