summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pam-passwdqc/pam-passwdqc_1.0.5.bb2
1 files changed, 2 insertions, 0 deletions
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" \
27 SECUREDIR=${base_libdir}/security \ 27 SECUREDIR=${base_libdir}/security \
28" 28"
29 29
30TARGET_CC_ARCH += "${LDFLAGS}"
31
30do_install() { 32do_install() {
31 oe_runmake install DESTDIR=${D} 33 oe_runmake install DESTDIR=${D}
32} 34}