openssh: add PACKAGECONFIG data regarding audit

Define audit related parameters, but do not enable
audit support by default.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Joe Slater 2013-09-06 10:44:04 -07:00 committed by Joe MacDonald
parent 8de3944f4d
commit 823a1f0f85

View File

@ -1,5 +1,13 @@
PR .= ".4"
PR .= ".5"
inherit with-selinux
FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/files:')}"
# There is no distro feature just for audit. If we want it,
# uncomment the following.
#
#PACKAGECONFIG += "${@target_selinux(d, 'audit')}"
PACKAGECONFIG[audit] = "--with-audit=linux,--without-audit,audit,"