mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: always build securityselinuxhelper if libselinux is present
The securityselinuxhelper build is conditionalized on the SELinux security driver feature. It is also needed, however, by viridentitytest whenever libselinux is present. Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
c8c5170b74
commit
971305e86f
@ -508,7 +508,9 @@ if conf.has('WITH_SECDRIVER_SELINUX')
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
if conf.has('WITH_SELINUX')
|
||||||
mock_libs += [
|
mock_libs += [
|
||||||
{ 'name': 'securityselinuxhelper' },
|
{ 'name': 'securityselinuxhelper' },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user