From afdbcde73c266ec4123e9018c5e325c4d324bfb1 Mon Sep 17 00:00:00 2001 From: Jim Radford Date: Tue, 17 Sep 2013 17:52:03 +0000 Subject: [PATCH] perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS Conflicts: src/Makefile.am --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0