Source: iptraf-ng Version: 1.1.4-4 Tags: patch The build logs for iptraf-ng do not show the actual commands which were used in the build, only the terse "CC <whatever>" output. Please make them more verbose, so that the actual compiler and linker flags are seen.
For some reason, the configure.ac in the source tree is not used. If this is intentional, the following patch does the trick.
diff -Nru iptraf-ng-1.1.4/debian/rules iptraf-ng-1.1.4/debian/rules --- iptraf-ng-1.1.4/debian/rules 2013-11-27 17:48:54.000000000 +0100 +++ iptraf-ng-1.1.4/debian/rules 2017-01-16 10:31:53.000000000 +0100 @@ -6,3 +6,6 @@ override_dh_auto_install: mkdir -p logrotate.d && cp -f iptraf-ng-logrotate.conf logrotate.d/iptraf-ng dh_install + +override_dh_auto_build: + dh_auto_build -- V=1

