projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89182b
)
dns plugin: stop linking with libpthread
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:47:35 +0000
(17:47 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:47:35 +0000
(17:47 +0200)
The collectd daemon already links with it.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
955f04e
..
f701944
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-343,7
+343,7
@@
if BUILD_PLUGIN_DNS
pkglib_LTLIBRARIES += dns.la
dns_la_SOURCES = dns.c utils_dns.c utils_dns.h
dns_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-dns_la_LIBADD =
$(PTHREAD_LIBS)
-lpcap
+dns_la_LIBADD = -lpcap
endif
if BUILD_PLUGIN_DRBD