Code

perl plugin: plugins are linked with *_LIBADD and LIBS not *_LIBS and LIBS
authorJim Radford <radford@galvanix.com>
Tue, 17 Sep 2013 17:52:03 +0000 (17:52 +0000)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 6 Feb 2015 15:38:37 +0000 (16:38 +0100)
Conflicts:
src/Makefile.am

src/Makefile.am

index 23c3a3b0fabbb3dec7d6474c963e15d5a2e4d9b2..1eb5d70fd28863a9f25afaae06439897cdcfc8fb 100644 (file)
@@ -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