On Sunday 26 November 2006 22:57, Tomasz Trojanowski wrote: > > > --- libtooldeps.sh.orig 2006-11-26 00:16:19 +0100 > > > +++ libtooldeps.sh 2006-11-26 22:06:56 +0100 > > > @@ -30,6 +30,7 @@ > > > do > > > case "$dep" in > > > /*.la) > > > + $dep = `readlink -f $dep` > > > echo "libtool($dep)" > > > ;; > > > esac > > > > That won't work. > > Will. Ie. some package R: libtool(/usr/lib/libdb.la), with this patch > will be converted to R: libtool(/usr/lib/libdb-4.5.la), which is > provided by db4.5-devel
What happen if there will be new db4.6? You will need to rebuild things again to get libtool(libdb4.6.la) which wouldn't be required if the dep be libtoo(libdb.la). But for now you solution is easiest. > > > Tomek -- Arkadiusz MiĆkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ _______________________________________________ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en