libelf: fix another GNU_HASH issues while building libelf
authorCarsten Haitzler (Rasterman <raster@rasterman.com>
Sat, 18 Apr 2009 01:56:58 +0000 (11:56 +1000)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 18 Apr 2009 01:58:05 +0000 (11:58 +1000)
recipes/libelf/libelf_0.8.6.bb

index 4bd548e..f0903d7 100644 (file)
@@ -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