[fftw] 05/06: debian/rules: use DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH to correctly optimize for non-linux architectures too.
Mattia Rizzolo
mattia at debian.org
Fri Feb 12 23:10:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository fftw.
commit d3637909ea3d98bb91f79d47d66ee51c7e1cf76d
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 12 23:04:52 2016 +0000
debian/rules: use DEB_HOST_ARCH_CPU instead of DEB_HOST_ARCH to correctly optimize for non-linux architectures too.
Closes: #674762
Thanks: Robert Millan <rmh at debian.org> for the patch
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index cd1714f..098c62b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-ARCHITECTURE := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ARCHITECTURE := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw.git
More information about the debian-science-commits
mailing list