Applied, thank you

On Fri, Jan 21, 2022 at 2:36 AM Jeff Pohlmeyer <[email protected]> wrote:
>
> I am getting a failure when CONFIG_FEATURE_CUT_REGEX=y is enabled:
>
> ./make_single_applets.sh CUT
>
> cut.c:(.text.cut_main+0x205): undefined reference to `xregcomp'
>
> It looks like adding this line:
>
> lib-$(CONFIG_FEATURE_CUT_REGEX) += xregcomp.o
>
> around line ~203 in ./libbb/Kbuild.src solves the problem.
>
> - Jeff
> _______________________________________________
> busybox mailing list
> [email protected]
> http://lists.busybox.net/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to