- mdev and grep use xregcomp. Closes bug #1021
This commit is contained in:
parent
4cb035dd23
commit
e614eaf40d
1 changed files with 2 additions and 1 deletions
|
@ -56,11 +56,12 @@ LIBBB-$(CONFIG_WGET)+= uuencode.c
|
||||||
# allowing us to build busybox even if uclibc regex support is disabled.
|
# allowing us to build busybox even if uclibc regex support is disabled.
|
||||||
|
|
||||||
regex-y:=
|
regex-y:=
|
||||||
|
|
||||||
regex-$(CONFIG_AWK) += xregcomp.c
|
regex-$(CONFIG_AWK) += xregcomp.c
|
||||||
regex-$(CONFIG_SED) += xregcomp.c
|
regex-$(CONFIG_SED) += xregcomp.c
|
||||||
regex-$(CONFIG_LESS) += xregcomp.c
|
regex-$(CONFIG_LESS) += xregcomp.c
|
||||||
regex-$(CONFIG_DEVFSD) += xregcomp.c
|
regex-$(CONFIG_DEVFSD) += xregcomp.c
|
||||||
|
regex-$(CONFIG_MDEV) += xregcomp.c
|
||||||
|
regex-$(CONFIG_GREP) += xregcomp.c
|
||||||
|
|
||||||
# Sort has the happy side efect of returning a unique list
|
# Sort has the happy side efect of returning a unique list
|
||||||
LIBBB-y += $(sort $(regex-y))
|
LIBBB-y += $(sort $(regex-y))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue