diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-27 21:59:12 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-27 21:59:12 +0000 |
commit | 082de8231effc3db38d7c5d33b1457c54f6c69e0 (patch) | |
tree | d3aa969c05935a51c5acc6aff38a87d001b1c1d2 /packages/libtool/libtool-cross_1.5.10.bb | |
parent | 607585307faff650f3cbcc2d9cc3d9930e6562f0 (diff) |
packages/libtool/libtool-cross_1.5.10.bb: Disable --rpath on compiling!
Hack libtool.m4 to never ever enable --rpath.
Diffstat (limited to 'packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r-- | packages/libtool/libtool-cross_1.5.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libtool/libtool-cross_1.5.10.bb b/packages/libtool/libtool-cross_1.5.10.bb index 575448e447..f4ca30ca6d 100644 --- a/packages/libtool/libtool-cross_1.5.10.bb +++ b/packages/libtool/libtool-cross_1.5.10.bb @@ -8,7 +8,8 @@ SRC_URI_append = " file://libdir-la.patch;patch=1 \ file://prefix.patch;patch=1 \ file://tag.patch;patch=1 \ file://tag1.patch;patch=1 \ - file://install-path-check.patch;patch=1" + file://install-path-check.patch;patch=1 \ + file://never-ever-do-rpath.patch;patch=1 " S = "${WORKDIR}/libtool-${PV}" prefix = "${STAGING_DIR}" |