[SCM] vdr-plugin-mp3 packaging repository branch, master, updated. debian/0.10.2-17-2-gffafac3
etobi
git at e-tobi.net
Sat Mar 23 21:39:43 UTC 2013
The following commit has been merged in the master branch:
commit ffafac323cb1ee109f5217eec943b99dccbd8e89
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 58e5500..9bbb7e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,7 @@
#export DH_VERBOSE=1
MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
-CXXFLAGS += -fPIC
-CFLAGS += -fPIC
+CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) $(LDFLAGS)
%:
dh $@
--
vdr-plugin-mp3 packaging repository
More information about the pkg-vdr-dvb-changes
mailing list