[Pkg-bitcoin-commits] [bitcoin] 01/02: Temporarily use gcc-6 and g++-6 to avoid FTBFS on mips64el (see bug#871514). Build-depend on gcc-6 g++-6.

Jonas Smedegaard dr at jones.dk
Thu Aug 24 08:41:49 UTC 2017


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

js pushed a commit to branch master
in repository bitcoin.

commit 7f605716371dde5d1906c44c99ffad06034b5e7f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 24 10:05:47 2017 +0200

    Temporarily use gcc-6 and g++-6 to avoid FTBFS on mips64el (see bug#871514). Build-depend on gcc-6 g++-6.
---
 debian/control | 2 ++
 debian/rules   | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index e9beba6..f20c0f9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends:
  debhelper,
  dh-autoreconf,
  dh-exec,
+ gcc-6,
+ g++-6,
  libboost-chrono-dev,
  libboost-filesystem-dev,
  libboost-program-options-dev,
diff --git a/debian/rules b/debian/rules
index a6d73d9..8317394 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ FAKETMP = $(CURDIR)/debian/faketmp
 # resolve if release is experimental
 EXP_RELEASE = $(filter experimental% UNRELEASED,$(DEB_DISTRIBUTION))
 
+# GCC7 cause FTBFS on mips64el, see bug#871514
+export CC = gcc-6
+export CXX = g++-6
 
 %:
 	dh $@ --parallel --with autotools-dev,autoreconf,bash-completion,pkgkde_symbolshelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list