mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
lsof: Build with selinux support.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
This commit is contained in:
parent
620f1f873b
commit
06337c0513
7
recipes-extended/lsof/lsof_4.85.bbappend
Normal file
7
recipes-extended/lsof/lsof_4.85.bbappend
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PR .= ".1"
|
||||
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
||||
|
||||
do_configure_prepend() {
|
||||
export LINUX_HASSELINUX="${@base_contains('DISTRO_FEATURES', 'selinux', 'Y', 'N', d)}"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user