summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretobi <http://projects.vdr-developer.org/users/3>2013-03-28 16:40:37 +0100
committerJoachim Wilke <git@joachim-wilke.de>2013-03-28 16:43:07 +0100
commit0c548975b2d66d860180c79d58235a8923641a0c (patch)
tree32c5f1d38cc26606b0a6c58d1cbd20ecc2dd2e8f
parented6ee59118aafc5169ae7368fe2c93f43582b79f (diff)
downloadvdr-plugin-lcdproc-master.tar.gz
vdr-plugin-lcdproc-master.tar.bz2
Fixes Bug #1309HEADmaster
Patch provided by Etobi
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)