[SCM] vdr-plugin-infosatepg packaging repository branch, master, updated. debian/0.0.12-2-2-gf313f66
etobi
git at e-tobi.net
Sat Mar 23 21:39:37 UTC 2013
The following commit has been merged in the master branch:
commit f313f66ac4e53a9493f1d7f512caa3ed57b97a84
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 d379a74..14578fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. \
- LOCALEDIR=usr/share/locale
-CXXFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
+MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=usr/share/locale
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags)
%:
dh $@
--
vdr-plugin-infosatepg packaging repository
More information about the pkg-vdr-dvb-changes
mailing list