[SCM] vdr-plugin-xineliboutput packaging repository branch, master, updated. debian/1.0.7+cvs20130223.2117-3-2-g6163d05
etobi
git at e-tobi.net
Sat Mar 23 21:40:18 UTC 2013
The following commit has been merged in the master branch:
commit 6163d0505edd6e9f15429b529cee76b432a632e1
Author: etobi <git at e-tobi.net>
Date: Sat Mar 23 21:56:17 2013 +0100
Use pkg-config to configure CXXFLAGS
diff --git a/debian/rules b/debian/rules
index efbf012..41a2b8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=/usr/lib LOCALEDIR=debian/tmp/usr/share/locale \
NOSIGNAL_IMAGE_FILE=/usr/share/libxine2-xvdr/nosignal.mpg
-CXXFLAGS += -fPIC $(CPPFLAGS)
-CFLAGS += -fPIC $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
+CFLAGS += $(shell pkg-config vdr --variable=cflags)
%:
dh $@
--
vdr-plugin-xineliboutput packaging repository
More information about the pkg-vdr-dvb-changes
mailing list