- Package:
- src:dnstop
- Source:
- src:dnstop
- Submitter:
- Helmut Grohne
- Date:
- 2024-10-13 08:03:02 UTC
- Severity:
- normal
- Tags:
dnstop fails to cross build from source, because it does not pass --host to configure. It happens to also pass --build=x86_64-linux-gnu (and similar flags), which is bogus on architectures other than amd64. I am attaching a patch that correctly passes architecture properties for your convenience. Helmut