[SCM] vdr-plugin-pvr350 packaging repository branch, master,	updated. debian/1%1.7.4-1-2-g66362d3
    etobi 
    git at e-tobi.net
       
    Sat Mar 23 21:38:37 UTC 2013
    
    
  
The following commit has been merged in the master branch:
commit 66362d301df56458b72e77299139549f69c8811d
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 5707342..b54ec7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
 
 %:
 	dh $@
-- 
vdr-plugin-pvr350 packaging repository
    
    
More information about the pkg-vdr-dvb-changes
mailing list