diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2022-05-16 22:17:11 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-23 07:11:55 -0700 |
commit | a8fba7a8ef99ce41a86ce4861c75ba5157f8389d (patch) | |
tree | 6da7fbf402f11b00f890da02efdecd7ad046295c | |
parent | 8a6722eaee257d75d280bcfcbf4fa83504c4d7fe (diff) | |
download | meta-security-a8fba7a8ef99ce41a86ce4861c75ba5157f8389d.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>
-rw-r--r-- | recipes-ids/aide/aide_0.17.3.bb | 2 |
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 | |||
20 | PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib " | 20 | PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib " |
21 | PACKAGECONFIG[xattr] = "--with-xattr, --without-xattr, attr, attr" | 21 | PACKAGECONFIG[xattr] = "--with-xattr, --without-xattr, attr, attr" |
22 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl, libcurl" | 22 | PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl, libcurl" |
23 | PACKAGECONFIG[audit] = "--with-audit, --without-audit," | 23 | PACKAGECONFIG[audit] = "--with-audit, --without-audit,audit" |
24 | PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt" | 24 | PACKAGECONFIG[gcrypt] = "--with-gcrypt, --without-gcrypt, libgcrypt, libgcrypt" |
25 | PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash" | 25 | PACKAGECONFIG[mhash] = "--with-mhash, --without-mhash, libmhash, libmhash" |
26 | PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs" | 26 | PACKAGECONFIG[e2fsattrs] = "--with-e2fsattrs, --without-e2fsattrs, e2fsprogs, e2fsprogs" |