- Package:
- src:net-acct
- Source:
- src:net-acct
- Submitter:
- Helmut Grohne
- Date:
- 2024-10-20 05:48:03 UTC
- Severity:
- normal
- Tags:
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