projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da42acd
)
Don't hardcode libpthread
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:30:57 +0000
(17:30 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:30:57 +0000
(17:30 +0200)
src/daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/src/daemon/Makefile.am
b/src/daemon/Makefile.am
index
2fe42ae
..
18aef36
100644
(file)
--- a/
src/daemon/Makefile.am
+++ b/
src/daemon/Makefile.am
@@
-24,7
+24,7
@@
if BUILD_WITH_LIBRESOLV
COMMON_LIBS += -lresolv
endif
if BUILD_WITH_LIBPTHREAD
-COMMON_LIBS +=
-lpthread
+COMMON_LIBS +=
$(PTHREAD_LIBS)
endif
if BUILD_WITH_LIBKSTAT
COMMON_LIBS += -lkstat