projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9613c69
)
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
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 6 Feb 2015 15:38:37 +0000
(16:38 +0100)
Conflicts:
src/Makefile.am
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
23c3a3b
..
1eb5d70
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-891,7
+891,7
@@
perl_la_CFLAGS += -Wno-nonnull
endif
perl_la_LDFLAGS = -module -avoid-version \
$(PERL_LDFLAGS)
-perl_la_LIB
S
= $(PERL_LIBS)
+perl_la_LIB
ADD
= $(PERL_LIBS)
collectd_LDADD += "-dlopen" perl.la
collectd_DEPENDENCIES += perl.la
endif