From: Jim Radford Date: Tue, 17 Sep 2013 17:52:03 +0000 (+0000) Subject: perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS X-Git-Tag: collectd-5.3.2~6 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=afdbcde73c266ec4123e9018c5e325c4d324bfb1 perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS Conflicts: src/Makefile.am --- diff --git a/src/Makefile.am b/src/Makefile.am index 23c3a3b0..1eb5d70f 100644 --- 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_LIBS = $(PERL_LIBS) +perl_la_LIBADD = $(PERL_LIBS) collectd_LDADD += "-dlopen" perl.la collectd_DEPENDENCIES += perl.la endif