summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2011-01-10 22:14:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 11:18:42 +0100
commitedc22d3a25c5c963a5c03277d141599cd19a046f (patch)
tree6909965026a8b46da0e7ca05186f2c3fe1a531de
parent846440bfa59b9a04a68247720edc6d81dcabfec2 (diff)
grep: need pcre, no parallel building possible
Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--package/grep/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile
index d608bd8be..d9fc4d56c 100644
--- a/package/grep/Makefile
+++ b/package/grep/Makefile
@@ -9,8 +9,10 @@ PKG_RELEASE:= 2
PKG_MD5SUM:= 92258031d98d4f12dfc6a6d24057e672
PKG_DESCR:= global search for a regular expression and print out matched lines
PKG_SECTION:= utils
+PKG_BUILDDEP:= pcre
PKG_URL:= http://www.gnu.org/software/grep/
PKG_SITES:= ftp://ftp.gnu.org/gnu/grep/
+PKG_NOPARALLEL:= 1
include $(TOPDIR)/mk/package.mk