[oe-commits] Martin Jansa : makedevs: Respect LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Tue Dec 10 17:41:03 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 76e01095d5515e7c2605b480d5c47a4661ef72f2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=76e01095d5515e7c2605b480d5c47a4661ef72f2

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Dec  9 18:10:54 2013 +0100

makedevs: Respect LDFLAGS

* fixes ERROR: QA Issue: No GNU_HASH in the elf binary

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/makedevs/makedevs_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
index 6e197b6..17b9fce 100644
--- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
+++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
@@ -13,7 +13,7 @@ do_configure() {
 }
 
 do_compile() {
-	${CC} ${CFLAGS} -o ${S}/makedevs ${S}/makedevs.c
+	${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/makedevs ${S}/makedevs.c
 }
 
 do_install() {



More information about the Openembedded-commits mailing list