aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libelf
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman <raster@rasterman.com>2009-04-18 11:56:58 +1000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2009-04-18 11:58:05 +1000
commit523f0e2302d505cbf1ab1f598a41fe094fda76ba (patch)
treea0ad3e7a3ae2d27de70927fb0f07bb6d8aa67171 /recipes/libelf
parentad507618ca0f888b45763c286dae033873cac468 (diff)
downloadopenembedded-523f0e2302d505cbf1ab1f598a41fe094fda76ba.tar.gz
libelf: fix another GNU_HASH issues while building libelf
Diffstat (limited to 'recipes/libelf')
-rw-r--r--recipes/libelf/libelf_0.8.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/libelf/libelf_0.8.6.bb b/recipes/libelf/libelf_0.8.6.bb
index 4bd548e600..f0903d78e6 100644
--- a/recipes/libelf/libelf_0.8.6.bb
+++ b/recipes/libelf/libelf_0.8.6.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "libelf is an ELF object file access library. \
The elf library provides routines to access, and manipulate, Elf object files."
LICENSE = "LGPL"
SECTION = "libs"
+PR = "r1"
SRC_URI = "http://www.mr511.de/software/libelf-${PV}.tar.gz \
http://www.stud.uni-hannover.de/~michael/software/libelf-${PV}.tar.gz"
@@ -10,6 +11,8 @@ inherit autotools
PARALLEL_MAKE = ""
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_configure_prepend () {
if test ! -e acinclude.m4; then
cp aclocal.m4 acinclude.m4