diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-02-14 05:16:28 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-02-16 08:49:20 -0800 |
commit | 2a91f5cc628aff1940c49ae5ea8c320e69e39cb6 (patch) | |
tree | f7c1784daadc3fb5d9c537e4370c1b56a585fa91 | |
parent | 238b8936e6154191803df723d8bacba1dac33879 (diff) | |
download | meta-security-2a91f5cc628aff1940c49ae5ea8c320e69e39cb6.tar.gz |
google-authenticator-libpam: install module in pam location
pam_google_authenticator.so was being installed where pam could not find
it. Move it where the rest of the pam modules site.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb | 5 |
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 | ||
15 | REQUIRED_DISTRO_FEATURES = "pam" | 15 | REQUIRED_DISTRO_FEATURES = "pam" |
16 | 16 | ||
17 | # Use the same dir location as PAM | ||
18 | EXTRA_OECONF = "--libdir=${base_libdir}" | ||
19 | |||
17 | PACKAGES += "pam-google-authenticator" | 20 | PACKAGES += "pam-google-authenticator" |
18 | FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" | 21 | FILES_pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so" |
19 | 22 | ||
20 | RDEPNEDS_pam-google-authenticator = "libpam" | 23 | RDEPNEDS_pam-google-authenticator = "libpam" |