Source: apngdis Version: 2.5-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap
apngdis fails to cross build from source, because debian/rules hard codes plain gcc as the compiler. A cross compiler can be obtained from dpkg's buildtools.mk. Please consider applying the attached patch to make apngdis cross buildable. Helmut
diff --minimal -Nru apngdis-2.5/debian/changelog apngdis-2.5/debian/changelog --- apngdis-2.5/debian/changelog 2016-05-26 12:18:14.000000000 +0200 +++ apngdis-2.5/debian/changelog 2019-05-05 09:32:56.000000000 +0200 @@ -1,3 +1,9 @@ +apngdis (2.5-3) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dpkg's buildtools.mk supply a CC. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 05 May 2019 09:32:56 +0200 + apngdis (2.5-2) unstable; urgency=medium * QA upload. diff --minimal -Nru apngdis-2.5/debian/rules apngdis-2.5/debian/rules --- apngdis-2.5/debian/rules 2013-06-04 17:06:48.000000000 +0200 +++ apngdis-2.5/debian/rules 2019-05-05 09:32:55.000000000 +0200 @@ -2,7 +2,7 @@ PACKAGE = apngdis BIN = $(PACKAGE) -CC ?= gcc +-include /usr/share/dpkg/buildtools.mk LIBS = -lz export DEB_BUILD_MAINT_OPTIONS = hardening=+all