[SCM] libaacs/master: Remove useless CFLAGS mangling
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Oct 10 18:57:27 UTC 2016
The following commit has been merged in the master branch:
commit 926a700ea3f88118812bd6b4daf3a1a997af33ca
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date: Mon Oct 10 20:54:36 2016 +0200
Remove useless CFLAGS mangling
configure.ac sets CFLAGS+='-O3' which gets priority over previous -O2
diff --git a/debian/rules b/debian/rules
index 8eeefd5..b902d38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,7 @@
#!/usr/bin/make -f
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-O2//g')
-
%:
dh $@
override_dh_makeshlibs:
dh_makeshlibs -V 'libaacs0 (>= 0.5.0)'
-
-override_dh_auto_configure:
- dh_auto_configure -- CFLAGS="$(CFLAGS)"
--
libaacs packaging
More information about the pkg-multimedia-commits
mailing list