From: Jörg Sommer Date: Tue, 14 Jul 2026 14:41:37 +0000 (+0200) Subject: libpam: Enable PACKAGECONFIG[audit] by DISTRO_FEATURES X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd679fd3801be7b691ac8cb2ad89b0fca22a7233;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libpam: Enable PACKAGECONFIG[audit] by DISTRO_FEATURES Signed-off-by: Jörg Sommer Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam_1.7.2.bb b/meta/recipes-extended/pam/libpam_1.7.2.bb index ecaee30d1a..e268ff4faa 100644 --- a/meta/recipes-extended/pam/libpam_1.7.2.bb +++ b/meta/recipes-extended/pam/libpam_1.7.2.bb @@ -36,7 +36,7 @@ S = "${UNPACKDIR}/Linux-PAM-${PV}" inherit meson gettext pkgconfig systemd ptest github-releases -PACKAGECONFIG ??= "" +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'audit', d)}" PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit," PACKAGECONFIG[userdb] = "-Dpam_userdb=enabled -Ddb=gdbm,-Dpam_userdb=disabled,gdbm," PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux,"