summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdr-plugin')
-rw-r--r--src/vdr-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr-plugin/Makefile b/src/vdr-plugin/Makefile
index bd1eee5..af63761 100644
--- a/src/vdr-plugin/Makefile
+++ b/src/vdr-plugin/Makefile
@@ -104,7 +104,7 @@ i18n: $(I18Nmsgs) $(I18Npot)
### Targets:
libvdr-$(PLUGIN).so: $(OBJS)
- $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean