[SCM] vdr-plugin-dvd packaging repository branch, master, updated. debian/0.3.6_b03+cvs20090426.0013-17-2-g7aca504

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


The following commit has been merged in the master branch:
commit 7aca50444265b51b99f1341522f72e4bfa7a4fbe
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 479dbcc..6727290 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,7 @@
 #export DH_VERBOSE=1
 
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-
-CXXFLAGS += -fPIC $(CPPFLAGS)
-CFLAGS += -fPIC $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
 
 %:
 	dh $@

-- 
vdr-plugin-dvd packaging repository



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