summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
index 2ba949e..f9ca092 100644
--- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
+++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
@@ -14,7 +14,10 @@ inherit autotools features_check
14 14
15REQUIRED_DISTRO_FEATURES = "pam" 15REQUIRED_DISTRO_FEATURES = "pam"
16 16
17# Use the same dir location as PAM
18EXTRA_OECONF = "--libdir=${base_libdir}"
19
17PACKAGES += "pam-google-authenticator" 20PACKAGES += "pam-google-authenticator"
18FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" 21FILES_pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so"
19 22
20RDEPNEDS_pam-google-authenticator = "libpam" 23RDEPNEDS_pam-google-authenticator = "libpam"