From 0c548975b2d66d860180c79d58235a8923641a0c Mon Sep 17 00:00:00 2001 From: etobi Date: Thu, 28 Mar 2013 16:40:37 +0100 Subject: Fixes Bug #1309 Patch provided by Etobi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ceb35e5..0cf8003 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot all: $(SOFILE) i18n $(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ install-lib: $(SOFILE) install -D $^ $(LIBDIR)/$^.$(APIVERSION) -- cgit v1.2.3