diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-14 09:30:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-14 09:30:33 +0200 |
commit | ac6ff675b74d1fb5d21d51f0718dbc6159564b52 (patch) | |
tree | 0ff7f4b8f478c8791576d54a9ffa3af81a11a432 /recipes | |
parent | 37b2a0e9e24efad38387afb5f8b1508e64d14328 (diff) |
gdbm: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gdbm/gdbm_1.8.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gdbm/gdbm_1.8.3.bb b/recipes/gdbm/gdbm_1.8.3.bb index f3beb47b41..883022ebfa 100644 --- a/recipes/gdbm/gdbm_1.8.3.bb +++ b/recipes/gdbm/gdbm_1.8.3.bb @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ file://makefile.patch;patch=1 \ @@ -12,6 +12,8 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ inherit autotools +TARGET_CC_ARCH += "${LDFLAGS}" + do_stage () { oe_libinstall -so -a libgdbm ${STAGING_LIBDIR} install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/ |