[Buildroot] [PATCH] intltool: use built host libexpat during configure

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Sep 6 21:24:16 UTC 2011


Hello,

Le Tue, 6 Sep 2011 13:10:23 -0600,
Wade Berrier <wberrier at gmail.com> a écrit :

>  HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl
>  HOST_INTLTOOL_CONF_OPT = \
> -  PERLLIB=$(HOST_DIR)/usr/lib/perl
> +  PERLLIB=$(HOST_DIR)/usr/lib/perl \
> +  LD_LIBRARY_PATH=$(HOST_DIR)/usr/lib

Could you give some more details about the problem you're having?

There may well be a problem, but I don't really like the
LD_LIBRARY_PATH solution, because the solution we have chosen to allow
binaries installed in $(HOST_DIR) to find their libraries is to use the
rpath mechanism, not to use LD_LIBRARY_PATH. I'd prefer to stick to
this mechanism.

So we just need to figure out which host binary has been compiled
without the correct rpath.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list