diff options
| -rw-r--r-- | meta/packages/prelink/prelink-20061027/makefile.patch | 14 | ||||
| -rw-r--r-- | meta/packages/prelink/prelink_20061027.bb | 3 |
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 0000000000..7dca363fb3 --- /dev/null +++ b/meta/packages/prelink/prelink-20061027/makefile.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 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 | |||
diff --git a/meta/packages/prelink/prelink_20061027.bb b/meta/packages/prelink/prelink_20061027.bb index e93f1f2515..0a4391e161 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 | |||
| 4 | and executables, so that far fewer relocations need to be resolved at \ | 4 | and executables, so that far fewer relocations need to be resolved at \ |
| 5 | runtime and thus programs come up faster." | 5 | runtime and thus programs come up faster." |
| 6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
| 7 | PR = "r5" | 7 | PR = "r6" |
| 8 | 8 | ||
| 9 | SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ | 9 | SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ |
| 10 | file://prelink.conf \ | 10 | file://prelink.conf \ |
| 11 | file://prelink.cron.daily \ | 11 | file://prelink.cron.daily \ |
| 12 | file://makefile.patch;patch=1 \ | ||
| 12 | file://prelink.default" | 13 | file://prelink.default" |
| 13 | 14 | ||
| 14 | TARGET_OS_ORIG := "${TARGET_OS}" | 15 | TARGET_OS_ORIG := "${TARGET_OS}" |
