[SCM] vdr-plugin-fritzbox packaging repository branch, master, updated. debian/1.4.3-2-10-g5a39e19

etobi git at e-tobi.net
Wed Mar 6 21:56:49 UTC 2013


The following commit has been merged in the master branch:
commit 5a39e1939badf912cc0fa45cc300460ea77ac65f
Author: etobi <git at e-tobi.net>
Date:   Tue Mar 5 21:09:18 2013 +0100

    Added patch to make use of LDFLAGS

diff --git a/Makefile b/Makefile
index d2ba9ca..9678303 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ I18Npot   = $(PODIR)/$(PLUGIN).pot
 all: $(SOFILE) i18n test $(LIBFRITZ)
 
 libvdr-$(PLUGIN).so: $(OBJS) $(LIBFRITZ) 
-	$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
+	$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
 	ar ru libvdr-$(PLUGIN).a $(OBJS)
 
 install-lib: $(SOFILE)
diff --git a/debian/patches/ldflags.patch b/debian/patches/ldflags.patch
new file mode 100644
index 0000000..eff51a7
--- /dev/null
+++ b/debian/patches/ldflags.patch
@@ -0,0 +1,13 @@
+Index: vdr-plugin-fritzbox/Makefile
+===================================================================
+--- vdr-plugin-fritzbox.orig/Makefile	2013-02-24 17:53:16.000000000 +0100
++++ vdr-plugin-fritzbox/Makefile	2013-03-05 21:08:40.000000000 +0100
+@@ -62,7 +62,7 @@
+ all: $(SOFILE) i18n test $(LIBFRITZ)
+ 
+ libvdr-$(PLUGIN).so: $(OBJS) $(LIBFRITZ) 
+-	$(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
++	$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
+ 	ar ru libvdr-$(PLUGIN).a $(OBJS)
+ 
+ install-lib: $(SOFILE)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b044d77
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ldflags.patch

-- 
vdr-plugin-fritzbox packaging repository



More information about the pkg-vdr-dvb-changes mailing list