mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 05:25:18 +00:00
Fix pthread related link error for virt-aa-helper
Link virt-aa-helper explicitly with pthread. This is at least required on Ubuntu 10.04.
This commit is contained in:
parent
ea8d236b73
commit
b5b8a6db69
@ -1002,7 +1002,7 @@ libexec_PROGRAMS += virt-aa-helper
|
||||
|
||||
virt_aa_helper_SOURCES = $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES)
|
||||
|
||||
virt_aa_helper_LDFLAGS = $(WARN_CFLAGS)
|
||||
virt_aa_helper_LDFLAGS = $(WARN_CFLAGS) $(LIB_PTHREAD)
|
||||
virt_aa_helper_LDADD = \
|
||||
$(WARN_CFLAGS) \
|
||||
$(LIBXML_LIBS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user