Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] intltool: use built host libexpat during configure
Date: Tue, 6 Sep 2011 23:24:16 +0200	[thread overview]
Message-ID: <20110906232416.077d2091@skate> (raw)
In-Reply-To: <20110906191020.GA29969@berrier.lan>

Hello,

Le Tue, 6 Sep 2011 13:10:23 -0600,
Wade Berrier <wberrier@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

  reply	other threads:[~2011-09-06 21:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-06 19:10 [Buildroot] [PATCH] intltool: use built host libexpat during configure Wade Berrier
2011-09-06 21:24 ` Thomas Petazzoni [this message]
2011-09-07 13:41   ` Wade Berrier
2011-09-07 14:11     ` Thomas Petazzoni
2011-09-09 15:40       ` Wade Berrier
2011-09-12  6:52         ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110906232416.077d2091@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox