#1115551 authbind FTCBFS: uses the build architecture linker as a make default

#1115551#5
Date:
2025-09-14 05:31:34 UTC
From:
To:
authbind fails to cross build from source, because it uses the build
architecture linker. While dh_auto_build supplies CC and friends, it
does not presently supply LD. As a result, the upstream Makefile uses
bare ld for linking. Please consider applying the attached patch to
supply a suitable initialized LD variable. Doing so will make authbind
cross buildable.

Helmut