Source: corkscrew Version: 2.0-11 Tags: patch User: helm...@debian.org Usertags: rebootstrap
corkscrew fails to cross build from source, because its ./configure is so old that it does not recognize --host. One must rather export a suitable CC. The attached patch does that and makes corkscrew cross build successfully. Please consider applying it. Helmut
diff --minimal -Nru corkscrew-2.0/debian/changelog corkscrew-2.0/debian/changelog --- corkscrew-2.0/debian/changelog 2016-10-18 20:56:28.000000000 +0200 +++ corkscrew-2.0/debian/changelog 2018-07-10 22:29:58.000000000 +0200 @@ -1,3 +1,10 @@ +corkscrew (2.0-11.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Export CC for ./configure. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 10 Jul 2018 22:29:58 +0200 + corkscrew (2.0-11) unstable; urgency=medium * debian/copyright diff --minimal -Nru corkscrew-2.0/debian/rules corkscrew-2.0/debian/rules --- corkscrew-2.0/debian/rules 2016-10-18 20:56:28.000000000 +0200 +++ corkscrew-2.0/debian/rules 2018-07-10 22:29:57.000000000 +0200 @@ -2,6 +2,8 @@ PACKAGE = corkscrew +DPKG_EXPORT_BUILDTOOLS=1 +-include /usr/share/dpkg/buildtools.mk include debian/pod2man.mk include debian/debian-autotools.mk