summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-06-16 09:49:38 -0700
committerArmin Kuster <akuster808@gmail.com>2022-06-23 18:47:59 -0700
commit36d057705774acefb7296e7883264f8178894d55 (patch)
treeaab42575fa2243c97792a6ee776d615ab1b1a8da
parent102e47f14d182bc3d32ce6a2e344a30f8e13d86f (diff)
downloadmeta-security-36d057705774acefb7296e7883264f8178894d55.tar.gz
aide: add a few more config options
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/aide/aide_0.17.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-ids/aide/aide_0.17.4.bb
index ebd6ac3..87b690d 100644
--- a/recipes-ids/aide/aide_0.17.4.bb
+++ b/recipes-ids/aide/aide_0.17.4.bb
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "c81505246f3ffc2e76036d43a77212ae82895b5881d9b9e25c1361b1a9
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14
15PACKAGECONFIG ??=" mhash zlib e2fsattrs \ 15PACKAGECONFIG ??=" mhash zlib e2fsattrs posix capabilities curl \
16 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit', '', d)} \ 16 ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux audit', '', d)} \
17 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ 17 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \
18 " 18 "
@@ -24,6 +24,8 @@ PACKAGECONFIG[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"
27PACKAGECONFIG[capabilities] = "--with-capabilities, --without-capabilities, libcap, libcap"
28PACKAGECONFIG[posix] = "--with-posix-acl, --without-posix-acl, acl, acl"
27 29
28do_install:append () { 30do_install:append () {
29 install -d ${D}${libdir}/${PN}/logs 31 install -d ${D}${libdir}/${PN}/logs