Source: muscle
Version: 1:3.8.1551-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

muscle fails to cross build from source, because its upstream Makefile
uses the non-standard name GPP for the C++ compiler and thus uses the
build architecture compiler. After renaming the compiler, it cross
builds successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru muscle-3.8.1551/debian/changelog 
muscle-3.8.1551/debian/changelog
--- muscle-3.8.1551/debian/changelog    2018-10-29 09:42:54.000000000 +0100
+++ muscle-3.8.1551/debian/changelog    2019-02-22 20:23:33.000000000 +0100
@@ -1,3 +1,10 @@
+muscle (1:3.8.1551-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass C++ compilers as GPP. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 22 Feb 2019 20:23:33 +0100
+
 muscle (1:3.8.1551-1) unstable; urgency=medium
 
   * New upstream version
diff --minimal -Nru muscle-3.8.1551/debian/rules muscle-3.8.1551/debian/rules
--- muscle-3.8.1551/debian/rules        2018-10-29 09:42:54.000000000 +0100
+++ muscle-3.8.1551/debian/rules        2019-02-22 20:23:31.000000000 +0100
@@ -4,3 +4,6 @@
 
 %:
        dh $@
+
+override_dh_auto_build:
+       dh_auto_build -- 'GPP=$$(CXX)'

Reply via email to