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
..
2016-04-15 17:59:59 +02:00
2024-12-17 15:01:01 +07:00
2024-04-23 16:52:28 +07:00
2016-06-07 19:38:01 +02:00
2023-01-04 09:08:40 +08:00