From 5e1703822f5975664a9c533b16a35442e889bc2b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 27 Sep 2016 10:00:55 +0200 Subject: pam-passwedqc: Obey exported LDFLAGS This avoids a "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Adrian Dudau Signed-off-by: Martin Jansa --- 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 4233ba430f..cb9aa22cfb 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} } -- cgit v1.2.3-54-g00ecf