Source: sc Version: 7.16-4.1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
sc still fails to cross build from source. While it does use dh_auto_build now and dh_auto_build does pass a suitable CC assignment now, debian/rules still overrides that with the build architecture compiler. Please consider applying the attached patch to fix that. Helmut
--- sc-7.16/debian/changelog +++ sc-7.16/debian/changelog @@ -1,3 +1,10 @@ +sc (7.16-4.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Stop forcing the build architecture compiler. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Fri, 03 Apr 2022 08:46:11 +0200 + sc (7.16-4.1) unstable; urgency=low [ Ying-Chun Liu (PaulLiu) <paul...@debian.org> ] --- sc-7.16/debian/rules +++ sc-7.16/debian/rules @@ -10,7 +10,7 @@ dh $@ override_dh_auto_build: - dh_auto_build -- all sc.1 psc.1 CC=gcc CFLAGS="-Wall -DSYSV3 -ffloat-store $(CFLAGS)" + dh_auto_build -- all sc.1 psc.1 CFLAGS="-Wall -DSYSV3 -ffloat-store $(CFLAGS)" override_dh_auto_install: # dh_auto_install