[SCM] vdr-plugin-xine packaging repository branch, master, updated. debian/0.9.4-9-2-gf84b430

etobi git at e-tobi.net
Sat Mar 23 21:40:15 UTC 2013


The following commit has been merged in the master branch:
commit f84b4309efafd38bc8d2d98d03383ebeeccf14a2
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 a33b1e2..c8a166f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
                LOCALEDIR=debian/tmp/usr/share/locale
-CXXFLAGS += -fPIC $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
 
 %:
 	dh $@ --parallel

-- 
vdr-plugin-xine packaging repository



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