Source: ax25-apps Version: 0.0.8-rc4-2 Tags: patch User: [email protected] Usertags: ftcbfs
ax25-apps fails to cross build from source, because it does not pass --host to ./configure. The easiest way of doing so - using dh_auto_configure - makes ax25-apps cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru ax25-apps-0.0.8-rc4/debian/changelog ax25-apps-0.0.8-rc4/debian/changelog --- ax25-apps-0.0.8-rc4/debian/changelog 2015-09-14 01:29:06.000000000 +0200 +++ ax25-apps-0.0.8-rc4/debian/changelog 2020-01-04 17:10:49.000000000 +0100 @@ -1,3 +1,10 @@ +ax25-apps (0.0.8-rc4-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 04 Jan 2020 17:10:49 +0100 + ax25-apps (0.0.8-rc4-2) unstable; urgency=medium * debian/control: diff --minimal -Nru ax25-apps-0.0.8-rc4/debian/rules ax25-apps-0.0.8-rc4/debian/rules --- ax25-apps-0.0.8-rc4/debian/rules 2015-09-09 16:01:55.000000000 +0200 +++ ax25-apps-0.0.8-rc4/debian/rules 2020-01-04 17:10:34.000000000 +0100 @@ -22,8 +22,7 @@ dh_autoreconf #autoreconf --install --force chmod +x configure - # Add here commands to compile the package. - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --program-transform-name='s@^call@axcall@;s@^listen@axlisten@' + dh_auto_configure -- --program-transform-name='s@^call@axcall@;s@^listen@axlisten@' dh_auto_build # $(MAKE)

