Source: stone Version: 2.4-1 Tags: patch User: [email protected] Usertags: ftcbfs
stone fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes stone cross buildable. Please consider applying the attached patch. Helmut
diff -u stone-2.4/debian/changelog stone-2.4/debian/changelog --- stone-2.4/debian/changelog +++ stone-2.4/debian/changelog @@ -1,3 +1,10 @@ +stone (2.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 17 Nov 2021 19:45:27 +0100 + stone (2.4-1) unstable; urgency=low * New upstream release. diff -u stone-2.4/debian/rules stone-2.4/debian/rules --- stone-2.4/debian/rules +++ stone-2.4/debian/rules @@ -20,7 +20,7 @@ build-arch-stamp: dh_testdir - $(MAKE) linux-ssl SSL_FLAGS="-DUSE_SSL -I/usr/include/openssl $(EXTRA_FLAGS)" \ + dh_auto_build -- linux-ssl SSL_FLAGS="-DUSE_SSL -I/usr/include/openssl $(EXTRA_FLAGS)" \ SSL_LIBS="-L/usr/lib/ssl/lib -lssl -lcrypto" \ POP_FLAGS= POP_LIBS=

