mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
Fix SELinux linking issues
* src/Makefile.am: add selinux CFLAGS and linker flags to security driver
This commit is contained in:
parent
e8fc4cbb64
commit
309acaa023
@ -657,6 +657,8 @@ libvirt_driver_security_la_CFLAGS = \
|
||||
libvirt_driver_security_la_LDFLAGS =
|
||||
if WITH_SECDRIVER_SELINUX
|
||||
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_SELINUX_SOURCES)
|
||||
libvirt_driver_security_la_CFLAGS += $(SELINUX_CFLAGS)
|
||||
libvirt_driver_security_la_LDFLAGS += $(SELINUX_LIBS)
|
||||
endif
|
||||
if WITH_SECDRIVER_APPARMOR
|
||||
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_APPARMOR_SOURCES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user