[SCM] vdr-plugin-epgsearch packaging repository branch, master, updated. debian/1.0.1_beta3-1-2-g2d484a9
etobi
git at e-tobi.net
Sun Mar 10 17:59:17 UTC 2013
The following commit has been merged in the master branch:
commit 2d484a9e07d333c90f3430d68716f582d7e37363
Author: etobi <git at e-tobi.net>
Date: Sun Mar 10 18:57:10 2013 +0100
Make sure CPPFLAGS gets used
diff --git a/debian/rules b/debian/rules
index fac8f7b..4fe5dc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@
#export DH_VERBOSE=1
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += -fPIC
-CFLAGS += -fPIC
+CXXFLAGS += -fPIC $(CPPFLAGS)
+CFLAGS += -fPIC $(CPPFLAGS)
%:
dh $@
--
vdr-plugin-epgsearch packaging repository
More information about the pkg-vdr-dvb-changes
mailing list