summaryrefslogtreecommitdiff
path: root/src/vdr-plugin
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-10-22 23:52:21 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2012-10-23 21:15:55 +0300
commitdb6afd9e695971ce4ddb7cc9ae961f1945d9893a (patch)
treeedca40ca2613c4aefd120db3bc34fe840c7afeca /src/vdr-plugin
parent8e65df4231120b553491795645959eaa409e13df (diff)
downloadvdr-plugin-webvideo-db6afd9e695971ce4ddb7cc9ae961f1945d9893a.tar.gz
vdr-plugin-webvideo-db6afd9e695971ce4ddb7cc9ae961f1945d9893a.tar.bz2
Use user $LDFLAGS.
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