[SCM] vdr-plugin-remoteosd packaging repository branch, master, updated. debian/0.1.1-8-2-ga04b79a

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


The following commit has been merged in the master branch:
commit a04b79aa5041cd9adaacc092e63e3a6a5f0ac5ec
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 828e9cb..1ca5e6d 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 $(CPPFLAGS) $(LDFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
 
 %:
 	dh $@

-- 
vdr-plugin-remoteosd packaging repository



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