Source: ftpgrab Version: 0.1.5-6 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs
ftpgrab fails to cross build from source, because it uses the variable name CC to store a C++ compiler while most others use it for a C compiler. As a consequence, dh_auto_build passes a C cross compiler via CC and that fails to link the C++ codebase. Once renaming the variable to CXX, ftpgrab cross builds just fine. Please consider applying the attached patch. Helmut