mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
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>
This commit is contained in:
@@ -14,7 +14,10 @@ inherit autotools features_check
|
|||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "pam"
|
REQUIRED_DISTRO_FEATURES = "pam"
|
||||||
|
|
||||||
|
# Use the same dir location as PAM
|
||||||
|
EXTRA_OECONF = "--libdir=${base_libdir}"
|
||||||
|
|
||||||
PACKAGES += "pam-google-authenticator"
|
PACKAGES += "pam-google-authenticator"
|
||||||
FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so"
|
FILES_pam-google-authenticator = "${base_libdir}/security/pam_google_authenticator.so"
|
||||||
|
|
||||||
RDEPNEDS_pam-google-authenticator = "libpam"
|
RDEPNEDS_pam-google-authenticator = "libpam"
|
||||||
|
|||||||
Reference in New Issue
Block a user