#1085490 net-acct FTCBFS: builds for the build architecture

#1085490#5
Date:
2024-10-19 18:56:29 UTC
From:
To:
net-acct fails to cross build from source, because it builds for the
build architecture using a bare $(MAKE) invocation. Subsequently,
dh_auto_build is used, but it skips all runes (using the correct
compiler) as the outputs are all there already. Eventually, dh_strip
fails. I suggest removing the duplicate build instruction relying solely
on dh_auto_build.

Helmut