[Debian-astro-commits] [gyoto] 02/03: Activate acos workaround on more architectures

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Mon Nov 28 16:41:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch lorene
in repository gyoto.

commit a86429c8ce5372872bf00ae652dfb1ec6a1e8af9
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Wed Nov 23 15:48:10 2016 +0100

    Activate acos workaround on more architectures
    
    Last upload revealed that three more architectures where affected by
    the Boost.multiprecision locking bug: armel, armhf and mipsel. The
    full list of architectures on which the bug has been demonstrated is
    now arm64 armel armhf mips64el mipsel ppc64el s390x powerpc ppc64.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 54487a3..4e917b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 
-ifneq (,$(filter $(DEB_HOST_ARCH), arm64 mips64el ppc64el s390x powerpc ppc64))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm64 armel armhf mips64el mipsel ppc64el s390x powerpc ppc64))
 CPPFLAGS += -DGYOTO_ACOS_LOCKING_WORKAROUND
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list