From: Eric Bénard Date: Tue, 18 May 2010 22:19:17 +0000 (+0200) Subject: prelink_20090925: allow dynamic linking of prelink X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db531256a7b9500bbff7c3864eb0f643ee0385ee;p=openembedded.git prelink_20090925: allow dynamic linking of prelink Signed-off-by: Eric Bénard --- 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