From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] acl: fix build problems with rpath on older libtool
Date: Fri, 18 Feb 2011 12:32:09 +0100 [thread overview]
Message-ID: <1298028729-10564-1-git-send-email-eric@eukrea.com> (raw)
* bump INC_PR
Signed-off-by: Eric Bénard <eric@eukrea.com>
---
recipes/udev/acl_2.2.49.bb | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/recipes/udev/acl_2.2.49.bb b/recipes/udev/acl_2.2.49.bb
index 5a37c57..20f94db 100644
--- a/recipes/udev/acl_2.2.49.bb
+++ b/recipes/udev/acl_2.2.49.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Commands for Manipulating POSIX Access Control Lists"
LICENSE = "GPLv2"
-PR = "r3"
+PR = "r4"
DEPENDS = "attr"
@@ -20,6 +20,9 @@ EXTRA_OECONF = " --enable-gettext=yes \
do_configure_append() {
# gettext hack
echo "#define _(str) str" >> ${S}/include/config.h
+ # use same fix as libiconv
+ sed -i -e s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ \
+ -e s/^runpath_var/#runpath_var/ ${S}/*-libtool
}
do_configure_prepend() {
--
1.7.0.4
next reply other threads:[~2011-02-18 11:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-18 11:32 Eric Bénard [this message]
2011-02-18 14:28 ` [PATCH] acl: fix build problems with rpath on older libtool Tom Rini
2011-02-18 14:37 ` Eric Bénard
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=1298028729-10564-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/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.