Source: xttitle
Version: 1.0-7
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

xttitle fails to cross build from source, because it configures for the
build architecture. The ./configure script is too old to understand
--host and needs an exported CC instead. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru xttitle-1.0/debian/changelog xttitle-1.0/debian/changelog
--- xttitle-1.0/debian/changelog        2015-07-20 19:48:28.000000000 +0200
+++ xttitle-1.0/debian/changelog        2019-09-07 15:59:46.000000000 +0200
@@ -1,3 +1,10 @@
+xttitle (1.0-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Export CC for an old ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 07 Sep 2019 15:59:46 +0200
+
 xttitle (1.0-7) unstable; urgency=medium
 
   * New maintainer. (Closes: #792561)
diff --minimal -Nru xttitle-1.0/debian/rules xttitle-1.0/debian/rules
--- xttitle-1.0/debian/rules    2015-07-20 16:18:37.000000000 +0200
+++ xttitle-1.0/debian/rules    2019-09-07 15:59:44.000000000 +0200
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+-include /usr/share/dpkg/buildtools.mk
+export CC
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:

Reply via email to