diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-22 21:28:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-22 21:28:09 +0000 |
commit | 9fac1c5e4354cceb892c0993bfbe687e8725e992 (patch) | |
tree | 28eac169b4948dda88c7d8e1e21159b4967be5d8 /meta/packages/prelink/prelink-20061027 | |
parent | c79d9c1bba76945a96e44d783531189194018755 (diff) | |
download | poky-9fac1c5e4354cceb892c0993bfbe687e8725e992.tar.gz |
prelink: Drop no unmeeded hack
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4312 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/prelink/prelink-20061027')
-rw-r--r-- | meta/packages/prelink/prelink-20061027/makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/prelink/prelink-20061027/makefile.patch b/meta/packages/prelink/prelink-20061027/makefile.patch deleted file mode 100644 index 7dca363fb3..0000000000 --- a/meta/packages/prelink/prelink-20061027/makefile.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | # Hack to make this work with libtool 2.2.2 | ||
2 | |||
3 | Index: prelink-0.0.20061027/src/Makefile.am | ||
4 | =================================================================== | ||
5 | --- prelink-0.0.20061027.orig/src/Makefile.am 2008-04-15 17:52:39.000000000 +0100 | ||
6 | +++ prelink-0.0.20061027/src/Makefile.am 2008-04-15 17:52:45.000000000 +0100 | ||
7 | @@ -21,7 +21,6 @@ | ||
8 | verify.c canonicalize.c md5.c md5.h sha.c sha.h \ | ||
9 | $(common_SOURCES) $(arch_SOURCES) | ||
10 | prelink_LDADD = @LIBGELF@ | ||
11 | -prelink_LDFLAGS = -all-static | ||
12 | |||
13 | execstack_SOURCES = execstack.c $(common_SOURCES) $(arch_SOURCES) | ||
14 | |||