From db531256a7b9500bbff7c3864eb0f643ee0385ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= Date: Wed, 19 May 2010 00:19:17 +0200 Subject: prelink_20090925: allow dynamic linking of prelink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric BĂ©nard --- recipes/prelink/prelink_20090925.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/prelink/prelink_20090925.bb b/recipes/prelink/prelink_20090925.bb index 0f0d670d1f..021b74bb6c 100644 --- a/recipes/prelink/prelink_20090925.bb +++ b/recipes/prelink/prelink_20090925.bb @@ -4,6 +4,7 @@ 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 = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz \ file://prelink.conf \ @@ -20,6 +21,10 @@ EXTRA_OECONF = "--disable-64bit" inherit autotools +do_compile_prepend () { + sed -i -e 's:prelink_LDFLAGS = -all-static:#prelink_LDFLAGS = -all-static:g' src/Makefile +} + do_install_append () { install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf -- cgit v1.2.3