mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-31 16:48:21 -05:00
Fix SELinux linking issues
* src/Makefile.am: add selinux CFLAGS and linker flags to security driver
This commit is contained in:
committed by
Daniel Veillard
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)
|
||||
|
||||
Reference in New Issue
Block a user