Thanks for the reply!

On 12/24/07, Mike Frysinger <[EMAIL PROTECTED]> wrote:
> a nicer method would probably to add a post-install bashrc hook that mungs the
> installed libtool scripts (*.la) by changing libdir= by prefixing $SYSROOT.
> ive used this in other environments pretty successfully.
>
> sed -i -e "/^libdir=/s:=:='$SYSROOT':" $SYSROOT/usr/lib*/*.la

This is what I've done... As a temporary solution...
But it breaks the chroot environment...
I think better is to fix libtool in elibtoolize, so that it will
append ${ROOT} to the libdir when reading the .la files.

Best Regards,
Alon Bar-Lev.
-- 
[EMAIL PROTECTED] mailing list

Reply via email to