mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
In the past we [enabled](https://github.com/flatcar-linux/coreos-overlay/commit/172d9311bacd) the USE flag `gssapi` only for amd64, not for arm64. We did so to avoid build issues that only happened for arm64. However, that change caused interesting side effects in the SDK, where bind-tools ended up being compiled without `gssapi`. It means, tools like `nsupdate` in the SDK are not able to deal with certain commands like `realm`. As a result, configure scripts in packages like `sys-auth/sssd` fail, because they cannot run commands like "echo realm | nsupdate". We should bring the `gssapi` USE flag back to the SDK, to avoid such issues in the future.
Description
Languages
Shell
93%
Python
6.9%