Source: spellutils
Version: 0.7-7
Tags: patch
User: [email protected]
Usertags: rebootstrap

spellutils fails to cross build from source, because the packaging
forces the build architecture compiler on spellutils. The attached patch
fixes that and makes spellutils cross build successfully. Please
consider applying it.

Helmut
diff -u spellutils-0.7/debian/changelog spellutils-0.7/debian/changelog
--- spellutils-0.7/debian/changelog
+++ spellutils-0.7/debian/changelog
@@ -1,3 +1,11 @@
+spellutils (0.7-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Do not force the build architecture compiler on
+    ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Wed, 06 Jun 2018 20:13:23 +0200
+
 spellutils (0.7-7) unstable; urgency=low
 
   * QA upload.
diff -u spellutils-0.7/debian/rules spellutils-0.7/debian/rules
--- spellutils-0.7/debian/rules
+++ spellutils-0.7/debian/rules
@@ -56,7 +56,7 @@
        dh_autoreconf
 
        # Add here commands to configure the package.
-       env CC="gcc" ./configure $(confflags)
+       ./configure $(confflags)
 
        touch configure-stamp
 

Reply via email to