projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd15f83
)
perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS
author
Jim Radford
<radford@galvanix.com>
Tue, 17 Sep 2013 17:52:03 +0000
(17:52 +0000)
committer
Jim Radford
<radford@blackbean.org>
Wed, 14 Jan 2015 19:23:35 +0000
(11:23 -0800)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
d33f06a
..
004fc94
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-769,7
+769,7
@@
perl_la_CFLAGS += -Wno-nonnull
endif
perl_la_LDFLAGS = $(PLUGIN_LDFLAGS) \
$(PERL_LDFLAGS)
-perl_la_LIB
S
= $(PERL_LIBS)
+perl_la_LIB
ADD
= $(PERL_LIBS)
endif
if BUILD_PLUGIN_PF