Dale Arbogast 3dd4184193 fix: busybox static link detection on Alpine/musl
On musl-based systems (Alpine), ldd returns exit code 0 for static
binaries, unlike glibc which returns 1. This causes install_busybox()
to reject all busybox binaries as "dynamically linked" on Alpine.

Fix by also accepting binaries whose executable name contains "static"
(i.e. busybox-static, busybox.static), which are the first two
candidates checked by the function. The generic "busybox" fallback
still relies on the ldd return code check.
2026-02-19 16:44:01 -05:00
..
2026-01-28 16:52:30 +08:00
2025-04-21 17:15:22 +07:00
2024-04-22 18:51:29 +07:00
2025-11-17 11:26:06 +10:00
2015-01-13 17:05:26 -07:00
2026-01-28 17:00:07 +08:00
2024-01-28 12:13:07 +11:00
2026-01-24 18:51:44 +08:00
2026-01-28 17:00:07 +08:00