[SCM] vdr-plugin-skinenigmang packaging repository branch, master, updated. debian/0.1.2+git20130305-3-2-gda401cf

etobi git at e-tobi.net
Sat Mar 23 21:39:57 UTC 2013


The following commit has been merged in the master branch:
commit da401cf9ad858614fc9f857dac756bf8c966ae84
Author: etobi <git at e-tobi.net>
Date:   Sat Mar 23 21:56:15 2013 +0100

    Use pkg-config to configure CXXFLAGS

diff --git a/debian/rules b/debian/rules
index 19090a1..5c3a2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale HAVE_IMAGEMAGICK=1
-CXXFLAGS += -fPIC $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
 
 %:
 	dh $@

-- 
vdr-plugin-skinenigmang packaging repository



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