- Package:
- src:keybinder-3.0
- Source:
- src:keybinder-3.0
- Submitter:
- Helmut Grohne
- Date:
- 2024-02-03 10:15:32 UTC
- Severity:
- normal
- Tags:
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