summaryrefslogtreecommitdiffstats
path: root/classes/with-audit.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/with-audit.bbclass')
-rw-r--r--classes/with-audit.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/with-audit.bbclass b/classes/with-audit.bbclass
index 0c15312..a99bf71 100644
--- a/classes/with-audit.bbclass
+++ b/classes/with-audit.bbclass
@@ -1,5 +1,5 @@
1# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled. 1# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled.
2inherit selinux 2inherit selinux
3 3
4PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}" 4PACKAGECONFIG:append = " ${@target_selinux(d, 'audit')}"
5PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," 5PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"