busybox: add glibc dependency for vi regex option
authorSatadru Pramanik <satadru@umich.edu>
Fri, 15 Nov 2019 17:42:44 +0000 (12:42 -0500)
committerPetr Štetiar <ynezz@true.cz>
Fri, 29 Nov 2019 23:58:44 +0000 (00:58 +0100)
commitcde70954effe137fac830730105853f929e9d28a
tree0f967620c58e7fcf05e9f0f584c81c9a9df33a0f
parenta4d798e8dd61a65078d7bdfea3418cb699c47163
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>
(cherry picked from commit f1410902e6c089a53935ab44e83207e877445bc5)
package/utils/busybox/config/editors/Config.in