#883888 pixz FTCBFS: checks source files with AC_CHECK_FILE

Package:
src:pixz
Source:
pixz
Submitter:
Helmut Grohne
Date:
2022-02-03 17:27:02 UTC
Severity:
normal
Tags:
#883888#5
Date:
2017-12-08 21:20:23 UTC
From:
To:
pixz fails to cross build from source, because it checks for source
files with AC_CHECK_FILE. That check is supposed to check files on the
host system, but sources only reside on the build system. The check
should simply be performed directly e.g. with test -f. After doing so,
pixz cross builds successfully. Please consider applying the attached
patch.

Helmut