mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
build: Fix build with dtrace + apparmor
Building virt-aa-helper with dtrace probes enabled, ldd complained about undefined references: ./.libs/libvirt_util.a(libvirt_util_la-event_poll.o):(.note.stapsdt+0x24): undefined reference to `libvirt_event_poll_purge_timeout_semaphore' ...
This commit is contained in:
parent
3d2da30edb
commit
57e677a7c6
@ -1569,6 +1569,9 @@ virt_aa_helper_LDADD = \
|
||||
libvirt_conf.la \
|
||||
libvirt_util.la \
|
||||
../gnulib/lib/libgnu.la
|
||||
if WITH_DTRACE_PROBES
|
||||
virt_aa_helper_LDADD += probes.o
|
||||
endif
|
||||
virt_aa_helper_CFLAGS = \
|
||||
-I$(top_srcdir)/src/conf \
|
||||
-I$(top_srcdir)/src/security \
|
||||
|
Loading…
x
Reference in New Issue
Block a user