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

Re: [Fink-devel] Problems building fink package for mod_dav_svn

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2003-09-10 18:40:43 CEST

On Mittwoch, September 10, 2003, at 05:31 Uhr, David R. Morrison wrote:
> Well, it's still relinking.

Mhmmm...

> Why does it list as libtool
> SH_LIBTOOL='/sw/share/apr-0/build/libtool'
>
> That sounds like something already installed, perhaps by the previous
> build?
> If it wants to be using a customized one, it should be looking in the
> build directory, no?

It is coming from the apr-ssl package. Since svn uses apr as its basis
it also uses its libtool (if I am not mistaken). Should it not use that
libtool?

If it should, how could I make this libtool to not try to relink? In
the apr package there is already:

PatchScript: <<
perl -pi.bak -e "s/need_relink=yes/need_relink=no/" apr/build/ltmain.sh
perl -pi.bak -e "s/need_relink=yes/need_relink=no/"
apr-util/xml/expat/conftools/ltmain.sh
perl -pi.bak -e 's/db([\-_])4([\._])0/db${1}4${2}1/' apr-util/configure
<<

Is that not enough?

I am really helpless here...

Chris.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 10 18:41:32 2003

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.