summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-16 09:05:03 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-16 09:05:03 +0000
commit8c47575da184bc74e52d2474473660d2d11399f5 (patch)
tree4ed2844b14b564319e96f5c2592bf905a79e0b2a /meta
parent8f60c0e0dd536008df0c12ab3e45802f28931eda (diff)
downloadopenembedded-core-8c47575da184bc74e52d2474473660d2d11399f5.tar.gz
openembedded-core-8c47575da184bc74e52d2474473660d2d11399f5.tar.bz2
openembedded-core-8c47575da184bc74e52d2474473660d2d11399f5.tar.xz
openembedded-core-8c47575da184bc74e52d2474473660d2d11399f5.zip
prelink: Add hack for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4279 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/prelink/prelink-20061027/makefile.patch14
-rw-r--r--meta/packages/prelink/prelink_20061027.bb3
2 files changed, 16 insertions, 1 deletions
diff --git a/meta/packages/prelink/prelink-20061027/makefile.patch b/meta/packages/prelink/prelink-20061027/makefile.patch
new file mode 100644
index 000000000..7dca363fb
--- /dev/null
+++ b/meta/packages/prelink/prelink-20061027/makefile.patch
@@ -0,0 +1,14 @@
+# Hack to make this work with libtool 2.2.2
+
+Index: prelink-0.0.20061027/src/Makefile.am
+===================================================================
+--- prelink-0.0.20061027.orig/src/Makefile.am 2008-04-15 17:52:39.000000000 +0100
++++ prelink-0.0.20061027/src/Makefile.am 2008-04-15 17:52:45.000000000 +0100
+@@ -21,7 +21,6 @@
+ verify.c canonicalize.c md5.c md5.h sha.c sha.h \
+ $(common_SOURCES) $(arch_SOURCES)
+ prelink_LDADD = @LIBGELF@
+-prelink_LDFLAGS = -all-static
+
+ execstack_SOURCES = execstack.c $(common_SOURCES) $(arch_SOURCES)
+
diff --git a/meta/packages/prelink/prelink_20061027.bb b/meta/packages/prelink/prelink_20061027.bb
index e93f1f251..0a4391e16 100644
--- a/meta/packages/prelink/prelink_20061027.bb
+++ b/meta/packages/prelink/prelink_20061027.bb
@@ -4,11 +4,12 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared
and executables, so that far fewer relocations need to be resolved at \
runtime and thus programs come up faster."
LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \
file://prelink.conf \
file://prelink.cron.daily \
+ file://makefile.patch;patch=1 \
file://prelink.default"
TARGET_OS_ORIG := "${TARGET_OS}"