[clasp] 01/03: debian/rules: force CXX to g++-6

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Tue Aug 29 05:58:36 UTC 2017


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

tkren-guest pushed a commit to branch devel
in repository clasp.

commit 1ddeabf0a7e2ee17b3d69c4546d053b57af3945f
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Tue Aug 29 04:54:28 2017 +0000

    debian/rules: force CXX to g++-6
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 370cfb1..4836141 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+# bug #871514 seems to cause mips64el FTBFS, force g++-6 for now
+export CXX = g++-6
+export CC = gcc-6
 # inject CPPFLAGS to CXXFLAGS
 CXXFLAGS += $(CPPFLAGS)
 

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



More information about the debian-science-commits mailing list