[SCM] vdr-plugin-sudoku packaging repository branch, master, updated. debian/0.3.5-15-2-gfa09933
etobi
git at e-tobi.net
Sat Mar 23 21:40:05 UTC 2013
The following commit has been merged in the master branch:
commit fa0993300c399279c883d94f6f0e5973f39d0925
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 3d880a7..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 $(LDFLAGS) $(CPPFLAGS)
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
%:
dh $@
--
vdr-plugin-sudoku packaging repository
More information about the pkg-vdr-dvb-changes
mailing list