Source: 9mount Version: 1.3+hg20170412-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
9mount 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 9mount cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru 9mount-1.3+hg20170412/debian/changelog 9mount-1.3+hg20170412/debian/changelog --- 9mount-1.3+hg20170412/debian/changelog 2018-09-05 10:54:25.000000000 +0200 +++ 9mount-1.3+hg20170412/debian/changelog 2019-09-04 06:27:51.000000000 +0200 @@ -1,3 +1,10 @@ +9mount (1.3+hg20170412-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Wed, 04 Sep 2019 06:27:51 +0200 + 9mount (1.3+hg20170412-1) unstable; urgency=medium * New upstream snapshot. diff --minimal -Nru 9mount-1.3+hg20170412/debian/rules 9mount-1.3+hg20170412/debian/rules --- 9mount-1.3+hg20170412/debian/rules 2018-09-05 10:54:25.000000000 +0200 +++ 9mount-1.3+hg20170412/debian/rules 2019-09-04 06:27:50.000000000 +0200 @@ -4,7 +4,7 @@ dh $@ override_dh_auto_build: - $(MAKE) CFLAGS="$(CFLAGS)" + dh_auto_build -- CFLAGS="$(CFLAGS)" override_dh_auto_test: