diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-16 09:49:38 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-23 18:47:59 -0700 |
commit | 36d057705774acefb7296e7883264f8178894d55 (patch) | |
tree | aab42575fa2243c97792a6ee776d615ab1b1a8da | |
parent | 102e47f14d182bc3d32ce6a2e344a30f8e13d86f (diff) | |
download | meta-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.bb | 4 |
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 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | PACKAGECONFIG ??=" mhash zlib e2fsattrs \ | 15 | PACKAGECONFIG ??=" 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" | |||
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" |
27 | PACKAGECONFIG[capabilities] = "--with-capabilities, --without-capabilities, libcap, libcap" | ||
28 | PACKAGECONFIG[posix] = "--with-posix-acl, --without-posix-acl, acl, acl" | ||
27 | 29 | ||
28 | do_install:append () { | 30 | do_install:append () { |
29 | install -d ${D}${libdir}/${PN}/logs | 31 | install -d ${D}${libdir}/${PN}/logs |