[oe-commits] [meta-openembedded] 25/66: pam-passwedqc: Obey exported LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:31:40 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 5e1703822f5975664a9c533b16a35442e889bc2b
Author: Adrian Dudau <adrian.dudau at enea.com>
AuthorDate: Tue Sep 27 10:00:55 2016 +0200

    pam-passwedqc: Obey exported LDFLAGS
    
    This avoids a "QA Issue: No GNU_HASH in the elf binary"
    
    Signed-off-by: Adrian Dudau <adrian.dudau at enea.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
index 4233ba4..cb9aa22 100644
--- a/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
+++ b/meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb
@@ -27,6 +27,8 @@ EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -Wall -fPIC -DHAVE_SHADOW" \
     SECUREDIR=${base_libdir}/security \
 "
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_install() {
     oe_runmake install DESTDIR=${D}
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list