#1115549 dhcp-helper FTCBFS: rebuilds during make install

Package:
src:dhcp-helper
Source:
src:dhcp-helper
Submitter:
Helmut Grohne
Date:
2025-09-18 06:19:02 UTC
Severity:
normal
Tags:
#1115549#5
Date:
2025-09-17 10:25:23 UTC
From:
To:
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