aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/makedevs
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-12-09 18:10:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-10 11:28:40 +0000
commit76e01095d5515e7c2605b480d5c47a4661ef72f2 (patch)
tree5f785b5ed4343eb288293b742148ba01c8824847 /meta/recipes-devtools/makedevs
parente77f419565bd54743bc773b17a17acdbf3773ec2 (diff)
downloadopenembedded-core-contrib-76e01095d5515e7c2605b480d5c47a4661ef72f2.tar.gz
makedevs: Respect LDFLAGS
* fixes ERROR: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/makedevs')
-rw-r--r--meta/recipes-devtools/makedevs/makedevs_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb
index 6e197b6e74..17b9fcec03 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() {