summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy A. Puhlman <jpuhlman@mvista.com>2022-05-16 22:17:11 -0400
committerArmin Kuster <akuster808@gmail.com>2022-05-23 07:56:02 -0700
commit8727b7c76a84d4f60b7482ff27529e8ebdfaa935 (patch)
tree031d90d24955256980cfdcef8fc07a7b231fa634
parent9301e39d19d6c3f72ef24cd900855fbadca79177 (diff)
downloadmeta-security-8727b7c76a84d4f60b7482ff27529e8ebdfaa935.tar.gz
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 a8fba7a8ef99ce41a86ce4861c75ba5157f8389d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/aide/aide_0.17.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/aide/aide_0.17.3.bb b/recipes-ids/aide/aide_0.17.3.bb
index b1fb58d..fcab504 100644
--- a/recipes-ids/aide/aide_0.17.3.bb
+++ b/recipes-ids/aide/aide_0.17.3.bb
@@ -20,7 +20,7 @@ PACKAGECONFIG[selinux] = "--with-selinux, --without-selinux, libselinux, libseli
20PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib " 20PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib "
21PACKAGECONFIG[xattr] = "--with-xattr, --without-xattr, attr, attr" 21PACKAGECONFIG[xattr] = "--with-xattr, --without-xattr, attr, attr"
22PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl, libcurl" 22PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl, libcurl"
23PACKAGECONFIG[audit] = "--with-audit, --without-audit," 23PACKAGECONFIG[audit] = "--with-audit, --without-audit,audit"
24PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt" 24PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt"
25PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash" 25PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash"
26PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs" 26PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs"