#1062790 keybinder-3.0 FTCBFS: fails to configure for the build architecture

#1062790#5
Date:
2024-02-03 09:26:28 UTC
From:
To:
keybinder-3.0 fails to cross build from source, because it fails to
configure. Looking closer, the failing configure invocation happens for
the build architecture, so the failure is unsurprising. Looking into
native builds, one can see that it actually configures twice. The first
of these happens during dh_autoreconf and that's the failing one.
Skipping this extra configure removes the failure and makes cross
building succeed. I'm attaching a patch for your convenience.

Helmut