mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
samhain-server: fix config error with acl
when acl is enabled this error occurrs. configure: error: in `/home/akuster/oss/maint/openembedded-core/build/tmp-glibc/work/x86_64-linux/samhain-server-native/4.2.0-r0/samhain-4.2.0': | configure: error: --enable-posix-acl was given, but test for acl support failed add missing depends. Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -20,8 +20,8 @@ PACKAGECONFIG[logwatch] = "--enable-login-watch,"" , "
|
||||
PACKAGECONFIG[mounts] = "--enable-mounts-check","" , "
|
||||
PACKAGECONFIG[userfiles] = "--enable-userfiles","" , "
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6","
|
||||
PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux"
|
||||
PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl"
|
||||
PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux, libselinux"
|
||||
PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl"
|
||||
|
||||
SRC_URI += "file://samhain-server-volatiles"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user