diff options
author | Denys Vlasenko | 2022-01-24 07:07:17 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-01-24 07:07:17 +0100 |
commit | 99e22d230ded676ab53dfa8ab276c1301c2955a0 (patch) | |
tree | e27695c1d6895637289efaa3075b3c00aac50712 | |
parent | 117a8c9b7a50053964159c342af1f3810cbbd5b8 (diff) | |
download | busybox-99e22d230ded676ab53dfa8ab276c1301c2955a0.zip busybox-99e22d230ded676ab53dfa8ab276c1301c2955a0.tar.gz |
cut: build fix for FEATURE_CUT_REGEX
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index e8bb24f..b9d34de 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -200,6 +200,7 @@ lib-$(CONFIG_PGREP) += xregcomp.o lib-$(CONFIG_PKILL) += xregcomp.o lib-$(CONFIG_DEVFSD) += xregcomp.o lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o +lib-$(CONFIG_FEATURE_CUT_REGEX) += xregcomp.o # Add the experimental logging functionality, only used by zcip lib-$(CONFIG_ZCIP) += logenv.o |