Openwrt/package/utils/busybox
Satadru Pramanik f1410902e6 busybox: add glibc dependency for vi regex option
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>
2019-11-30 00:53:36 +01:00
..
config busybox: add glibc dependency for vi regex option 2019-11-30 00:53:36 +01:00
files
patches busybox: update to 1.31.0 2019-06-15 19:26:47 +02:00
Config-defaults.in busybox: disable default config option FEATURE_SUID=y 2019-11-07 22:51:37 +01:00
Config.in
convert_defaults.pl
convert_menuconfig.pl
Makefile busybox: update to 1.31.1 2019-11-09 13:24:09 +01:00