From db6afd9e695971ce4ddb7cc9ae961f1945d9893a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 22 Oct 2012 23:52:21 +0300 Subject: Use user $LDFLAGS. --- src/vdr-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vdr-plugin') 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 -- cgit v1.2.3