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)
committerJim Radford <radford@blackbean.org>
Wed, 14 Jan 2015 19:23:35 +0000 (11:23 -0800)
src/Makefile.am

index d33f06a6c5db5a73674440042da9f056511f7c1e..004fc94ba31af5900d86cc6f839866f5f2ba3284 100644 (file)
@@ -769,7 +769,7 @@ perl_la_CFLAGS += -Wno-nonnull
 endif
 perl_la_LDFLAGS = $(PLUGIN_LDFLAGS) \
                $(PERL_LDFLAGS)
-perl_la_LIBS = $(PERL_LIBS)
+perl_la_LIBADD = $(PERL_LIBS)
 endif
 
 if BUILD_PLUGIN_PF