[SCM] vdr-plugin-osdpip packaging repository branch, master, updated. debian/0.1.2-4-2-g928d7fa

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


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

    Use pkg-config to configure CXXFLAGS

diff --git a/debian/rules b/debian/rules
index d1a2014..6d3591f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale STRIP=/bin/true
-CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
 
 %:
 	dh $@

-- 
vdr-plugin-osdpip packaging repository



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