Package: src:tnftp Version: 20151004-1 Control: tags -1 ftbfs patch --
Dear maintainer, tnftp fails to build on ppc64el ( probably the same issue on arm64, riscv64 ) due to an outdated config.guess. Here is a minimal patch that does the work. Regards, F.
diff -Nru tnftp-20151004/debian/rules tnftp-20151004/debian/rules
--- tnftp-20151004/debian/rules 2020-05-10 16:01:50.000000000 +0200
+++ tnftp-20151004/debian/rules 2020-05-10 16:01:50.000000000 +0200
@@ -17,6 +17,7 @@
build: build-stamp
build-stamp:
dh_testdir
+ dh_update_autotools_config
./configure --prefix=/usr --mandir=\$${prefix}/share/man
$(MAKE)
touch build-stamp
signature.asc
Description: PGP signature

