mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-29 21:14:28 -04:00
Build with musl libc fails with BUSYBOX_DEFAULT_FEATURE_VI_REGEX_SEARCH enabled. Enabling BusyBox's vi regex search option depends upon GNU regex. Musl libc does not support GNU regex[1]. So this patch adds explicit dependency on GNU libc and while at it remove the FIXME comment. 1. https://wiki.musl-libc.org/functional-differences-from-glibc.html Ref: https://dev.archive.openwrt.org/ticket/21741.html Ref: https://forum.openwrt.org/t/busybox-not-compiling/ Ref: https://github.com/openwrt/packages/issues/4453 Signed-off-by: Satadru Pramanik <satadru@umich.edu> [commit subject/description tweaks, From: fix, USE_GLIBC fix, removed comments] Signed-off-by: Petr Štetiar <ynezz@true.cz> |
||
|---|---|---|
| .. | ||
| archival | ||
| console-tools | ||
| coreutils | ||
| debianutils | ||
| e2fsprogs | ||
| editors | ||
| findutils | ||
| init | ||
| klibc-utils | ||
| libbb | ||
| loginutils | ||
| mailutils | ||
| miscutils | ||
| modutils | ||
| networking | ||
| printutils | ||
| procps | ||
| runit | ||
| selinux | ||
| shell | ||
| sysklogd | ||
| util-linux | ||
| Config.in | ||