[SCM] mplayer2/master: No longer set CFLAGS explicitly
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Wed Aug 21 05:08:27 UTC 2013
The following commit has been merged in the master branch:
commit 09326205ab34b48a71d47f41c9a75815ccb6bd70
Author: Reinhard Tartler <siretart at tauware.de>
Date: Wed Aug 21 07:06:27 2013 +0200
No longer set CFLAGS explicitly
with debhelper 9, hardening cflags get set automatically, and no longer
need to be injected like this.
This commit fixes another FTBFS
diff --git a/debian/rules b/debian/rules
index 17da4ac..6498fc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,15 +17,9 @@ ifeq ($(DEB_HOST_GNU_CPU),i686)
CFLAGS += -march=i686
endif
-CFLAGS = `dpkg-buildflags --get CFLAGS`
-CFLAGS += `dpkg-buildflags --get CPPFLAGS`
-LDFLAGS = `dpkg-buildflags --get LDFLAGS`
-
confflags := --prefix=/usr \
--confdir=/etc/mplayer \
--enable-translation \
- --extra-cflags="${CFLAGS}" \
- --extra-ldflags="${LDFLAGS}" \
--enable-debug=3 \
$(archconf)
--
mplayer2 packaging
More information about the pkg-multimedia-commits
mailing list