]> xenbits.xensource.com Git - libvirt.git/commitdiff
Manually revert "Fix pthread related link error for virt-aa-helper"
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 7 May 2010 17:59:24 +0000 (19:59 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 7 May 2010 18:07:37 +0000 (20:07 +0200)
This reverts commit b5b8a6db69ba16a8225962bf7659b6ff6756bc18.

That commit was not necessary. The problem is fixed by commit
0e9b3a269be9ce821615aba4aece87c4451d43ac, but I didn't rebuild
it properly after pulling in the commit and didn't notice it.

src/Makefile.am

index f51092ca33d2bf862f63c8bcc996a5bdd9d5608f..1fdf81d9740dca4348aa40a0554869becd00c2a8 100644 (file)
@@ -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