Source: pngcrush Version: 1.8.13-2 User: [email protected] Usertags: ftcbfs
pngcrush fails to cross build from source, because it uses the build architecture compiler again. The breaking commit is https://salsa.debian.org/debian-phototools-team/pngcrush/-/commit/b5a439c07c685faaddf7a9ddc41537c5753af92a Apparently, this is not one you like. I'm attaching a different patch. Helmut
--- pngcrush-1.8.13.orig/Makefile +++ pngcrush-1.8.13/Makefile @@ -18,7 +18,7 @@ #ZLIB = /usr/local/lib CC = gcc -LD = gcc +LD = $(CC) RM = rm -f CPPFLAGS += -I $(PNGINC)

