From: Andrew E. Mileski <andrewm@isoar.ca>
To: buildroot@busybox.net
Subject: [Buildroot] Wrong pathnames in libtool and pkgconfig files
Date: Mon, 02 Oct 2006 17:18:03 -0400 [thread overview]
Message-ID: <4521820B.8010008@isoar.ca> (raw)
I'm repeatedly having problems with pathnames in *.la and *.pc files,
since packages are built for / but installed in $(STAGING_DIR). This
breaks packages that rely on these files being accurate.
So far I've resorted to sed'in them, which mostly works:
sed -i filename -e 's#/usr#$(STAGING_DIR)/usr#g'
but is sure to cause problems if not prevented from being repeated.
This effects all packages built using libtool and pkgconfig.
Is there a more correct way to handle this?
--
Andrew E. Mileski
next reply other threads:[~2006-10-02 21:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-02 21:18 Andrew E. Mileski [this message]
2006-10-02 22:19 ` [Buildroot] Wrong pathnames in libtool and pkgconfig files Erik Andersen
2007-01-21 10:43 ` Bernhard Fischer
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=4521820B.8010008@isoar.ca \
--to=andrewm@isoar.ca \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.