mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00: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
|
||||
|
||||
if conf.has('WITH_SELINUX')
|
||||
mock_libs += [
|
||||
{ 'name': 'securityselinuxhelper' },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user