summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko2022-01-24 07:07:17 +0100
committerDenys Vlasenko2022-01-24 07:07:17 +0100
commit99e22d230ded676ab53dfa8ab276c1301c2955a0 (patch)
treee27695c1d6895637289efaa3075b3c00aac50712
parent117a8c9b7a50053964159c342af1f3810cbbd5b8 (diff)
downloadbusybox-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.src1
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