Re: Support for BDB in RPM's
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-26 23:34:29 CEST
David Summers <david@summersoft.fay.ar.us> writes:
> Any ideas on what to try next? How to override the detected APR-UTIL
You need to use -I/some/path to ensure that the location of your BDB
I think you can achieve this by configuring to use apr-utils BDB and
$ make EXTRA_CFLAGS=-I/some/path EXTRA_LDFLAGS="-L/some/path -lsome-lib"
Alternatively, you may be able to do it by editing the Makefile (or
Or you might want to try hacking the m4 stuff in order to make
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Apr 26 23:37:17 2005 |
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.