diff options
author | Joe Slater <jslater@windriver.com> | 2013-08-23 10:42:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:42:12 +0100 |
commit | 4db6aa2094447f8d2a9c234089a80ddcd78fcbd0 (patch) | |
tree | 51f6dc5520aa2f9d146b9f6eea6dcd58465e79dd /meta | |
parent | ada22cab96bb6b7cc98782a14e7c44fbebde77df (diff) | |
download | openembedded-core-4db6aa2094447f8d2a9c234089a80ddcd78fcbd0.tar.gz openembedded-core-4db6aa2094447f8d2a9c234089a80ddcd78fcbd0.tar.bz2 openembedded-core-4db6aa2094447f8d2a9c234089a80ddcd78fcbd0.zip |
libpam: add PACKAGECONFIG data concerning audit
We do not want libpam to build using audit just
because it happens to be lying around, so we
create PACKAGECONFIG[] data to give us explicit
control.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.1.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb index 3d8999de41..448a67b71b 100644 --- a/meta/recipes-extended/pam/libpam_1.1.6.bb +++ b/meta/recipes-extended/pam/libpam_1.1.6.bb @@ -47,6 +47,8 @@ S = "${WORKDIR}/Linux-PAM-${PV}" inherit autotools gettext pkgconfig +PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," + PACKAGES += "${PN}-runtime ${PN}-xtests" FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" FILES_${PN}-dbg += "${base_libdir}/security/.debug \ |