summaryrefslogtreecommitdiffstats
path: root/rules/grep.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:45 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:45 +0100
commitb57cc5b54a520d2ad66fd5631e47400c2d251770 (patch)
treeefe5ee7c4588ce3f4df9d73d99b1e94cbd413f7e /rules/grep.in
parentcab903a1ab5565aa73431269c79c04e5628ad01f (diff)
downloadptxdist-b57cc5b54a520d2ad66fd5631e47400c2d251770.tar.gz
ptxdist-b57cc5b54a520d2ad66fd5631e47400c2d251770.tar.xz
[grep] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/grep.in')
-rw-r--r--rules/grep.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/grep.in b/rules/grep.in
index afe426d1c..1da279121 100644
--- a/rules/grep.in
+++ b/rules/grep.in
@@ -5,6 +5,7 @@ comment "BusyBox' grep is selected!"
menuconfig GREP
tristate
depends on !BUSYBOX_GREP || ALLYES
+ select GCCLIBS_GCC_S
select LIBPCRE if GREP_PCRE
prompt "grep "
help