[SCM] vdr-plugin-mp3 packaging repository branch, master, updated. debian/0.10.2-14-5-g2bd890b
etobi
git at e-tobi.net
Sun Mar 10 18:20:30 UTC 2013
The following commit has been merged in the master branch:
commit e83c0a0b6be6e972eaf4c63f8e241002ab04bc43
Author: etobi <git at e-tobi.net>
Date: Sun Mar 3 15:50:22 2013 +0100
Use CPPFLAGS and LDFLAGS
diff --git a/debian/patches/flags.patch b/debian/patches/flags.patch
new file mode 100644
index 0000000..5a6a36d
--- /dev/null
+++ b/debian/patches/flags.patch
@@ -0,0 +1,22 @@
+Index: vdr-plugin-mp3/Makefile
+===================================================================
+--- vdr-plugin-mp3.orig/Makefile 2013-03-03 15:48:20.000000000 +0100
++++ vdr-plugin-mp3/Makefile 2013-03-03 15:49:22.000000000 +0100
+@@ -190,14 +190,14 @@
+ # Rules
+
+ %.o: %.c
+- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(DEFINES) $(INCLUDES) $<
+
+ libvdr-$(PLUGIN).so: $(OBJS)
+- $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
++ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
+ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
+
+ libvdr-$(PLUGIN2).so: $(OBJS2)
+- $(CXX) $(CXXFLAGS) -shared $(OBJS2) $(LIBS2) -o $@
++ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS2) $(LIBS2) -o $@
+ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
+
+ $(I18Npot): $(shell grep -rl '\(tr\|trNOOP\)(\".*\")' *.c )
diff --git a/debian/patches/series b/debian/patches/series
index f74368f..730685c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
10_debian-fhs-defaults.patch
20_Makefile-fix.patch
+flags.patch
--
vdr-plugin-mp3 packaging repository
More information about the pkg-vdr-dvb-changes
mailing list