From 8c47575da184bc74e52d2474473660d2d11399f5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Apr 2008 09:05:03 +0000 Subject: 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 --- meta/packages/prelink/prelink-20061027/makefile.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/packages/prelink/prelink-20061027/makefile.patch (limited to 'meta/packages/prelink/prelink-20061027') diff --git a/meta/packages/prelink/prelink-20061027/makefile.patch b/meta/packages/prelink/prelink-20061027/makefile.patch new file mode 100644 index 0000000000..7dca363fb3 --- /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) + -- cgit v1.2.3