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

1.7 apr-util --with-expat=builtin configure option

From: tsteven four <tsteven4_at_gmail.com>
Date: Thu, 28 Jul 2011 15:01:37 -0600

With 1.6 I sometimes had to pass the option '--with-expat=builtin' to the
subversion configuration script so the apr-util would be built with the
included expat instead of the system expat. This avoided RPATH problems
that would result in libaprutil picking up libapr from the system instead of
from the subversion build directory (and other similar downstream
problems). With 1.7 the subversion configure script now rejects
'--with-expat=builtin'. How can I use expat included in apr-util, which has
not been built or installed at the time subversion is configured? The
subversion configuration help now states
"--with-expat=INCLUDES:LIB_SEARCH_DIRS:LIBS Specify location of Expat", but
it is not clear to me how to set this so that apr-util is configured with
--with-expat=builtin, or the equivalent result is achieved.

Thanks
Received on 2011-07-28 23:02:08 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.