commit b3e2695aad2eb81b5e096c2fbed8ffb0afcc3f4f
parent d66045bbd46390ef9e1bc973455f1baaa448f22f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 5 Aug 2012 22:42:50 +0000
link against pthread, just in case it is needed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
@@ -123,7 +123,7 @@ libextractor_rpm_la_LDFLAGS = \
$(PLUGINFLAGS)
libextractor_rpm_la_LIBADD = \
$(top_builddir)/src/main/libextractor.la \
- -lrpm
+ -lrpm -lpthread
test_rpm_SOURCES = \
test_rpm.c