[oe-commits] Koen Kooi : gdbm: use LDFLAGS (fixes QA error)

GIT User account git at amethyst.openembedded.net
Tue Apr 14 07:34:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ac6ff675b74d1fb5d21d51f0718dbc6159564b52
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac6ff675b74d1fb5d21d51f0718dbc6159564b52

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr 14 09:30:33 2009 +0200

gdbm: use LDFLAGS (fixes QA error)

---

 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 f3beb47..883022e 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}/





More information about the Openembedded-commits mailing list