diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-24 07:07:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-24 07:07:17 +0100 |
commit | 99e22d230ded676ab53dfa8ab276c1301c2955a0 (patch) | |
tree | e27695c1d6895637289efaa3075b3c00aac50712 | |
parent | 117a8c9b7a50053964159c342af1f3810cbbd5b8 (diff) | |
download | busybox-w32-99e22d230ded676ab53dfa8ab276c1301c2955a0.tar.gz busybox-w32-99e22d230ded676ab53dfa8ab276c1301c2955a0.tar.bz2 busybox-w32-99e22d230ded676ab53dfa8ab276c1301c2955a0.zip |
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 e8bb24f6d..b9d34de8e 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -200,6 +200,7 @@ lib-$(CONFIG_PGREP) += xregcomp.o | |||
200 | lib-$(CONFIG_PKILL) += xregcomp.o | 200 | lib-$(CONFIG_PKILL) += xregcomp.o |
201 | lib-$(CONFIG_DEVFSD) += xregcomp.o | 201 | lib-$(CONFIG_DEVFSD) += xregcomp.o |
202 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o | 202 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o |
203 | lib-$(CONFIG_FEATURE_CUT_REGEX) += xregcomp.o | ||
203 | 204 | ||
204 | # Add the experimental logging functionality, only used by zcip | 205 | # Add the experimental logging functionality, only used by zcip |
205 | lib-$(CONFIG_ZCIP) += logenv.o | 206 | lib-$(CONFIG_ZCIP) += logenv.o |