- Package:
- src:dhcp-helper
- Source:
- src:dhcp-helper
- Submitter:
- Helmut Grohne
- Date:
- 2025-09-18 06:19:02 UTC
- Severity:
- normal
- Tags:
dhcp-helper fails to cross build from source, because it builds for the build architecture. In reality, it correctly builds for the host architecture during dh_auto_build and then during dh_auto_install rebuilds for the build architecture. This second rebuild happens, because Makefile dependencies are laid out less than ideal. I'm attaching a patch to skip this extra rebuild. Helmut