mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 11:29:37 +00:00
aide: Add depend on audit when audit is enabled.
| checking for libaudit.h... no
| configure: error: You don't have libaudit properly installed. Install it if you need it.
| NOTE: The following config.log files may provide further information.
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit a8fba7a8ef)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
9301e39d19
commit
8727b7c76a
@@ -20,7 +20,7 @@ PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, libseli
|
||||
PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib "
|
||||
PACKAGECONFIG[xattr] = "--with-xattr, --without-xattr, attr, attr"
|
||||
PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl, libcurl"
|
||||
PACKAGECONFIG[audit] = "--with-audit, --without-audit,"
|
||||
PACKAGECONFIG[audit] = "--with-audit, --without-audit,audit"
|
||||
PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt"
|
||||
PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash"
|
||||
PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs"
|
||||
|
||||
Reference in New Issue
Block a user