[Scratchbox-devel] Possible patch to /scratchbox/etc/profile
Diane Holt
holt.diane at gmail.com
Wed May 3 23:12:22 EEST 2006
LIBTOOL is currently always being set, regardless of whether it really
should be. This means I have to explicitly unset it before building with my
host-gcc target, since at least one open-source component I build
(freetype2) fails if I don't.
Recommended change:
if [ -d /scratchbox/compilers/`sb-conf show -c`/arch_tools ]; then
export LIBTOOL="/targets/links/arch_tools/bin/libtool"
fi
Diane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scratchbox.org/pipermail/scratchbox-devel/attachments/20060503/ddc92a19/attachment.html
More information about the Scratchbox-devel
mailing list