mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Manually revert "Fix pthread related link error for virt-aa-helper"
This reverts commitb5b8a6db69. That commit was not necessary. The problem is fixed by commit0e9b3a269b, but I didn't rebuild it properly after pulling in the commit and didn't notice it.
This commit is contained in:
@@ -1016,7 +1016,7 @@ virt_aa_helper_SOURCES = $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES)
|
||||
|
||||
virt_aa_helper_LDFLAGS = $(WARN_CFLAGS)
|
||||
virt_aa_helper_LDADD = \
|
||||
$(LIBXML_LIBS) $(LIB_PTHREAD) \
|
||||
$(LIBXML_LIBS) \
|
||||
libvirt_conf.la \
|
||||
libvirt_util.la \
|
||||
../gnulib/lib/libgnu.la
|
||||
|
||||
Reference in New Issue
Block a user