termux-packages
termux-packages copied to clipboard
enhance(root/runc): static build runc to avoid runtime linker deadlock
After creating new namespace runc deadlocks in dlopen on android 14. Switching to static build so there is no problem with dl anymore. It include workaround for https://github.com/golang/go/issues/59942