pam-passwedqc: Obey exported LDFLAGS

This avoids a "QA Issue: No GNU_HASH in the elf binary"

Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Adrian Dudau
2016-09-27 10:00:55 +02:00
committed by Martin Jansa
parent aba02d72d6
commit 5e1703822f

View File

@@ -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}
}