diff options
Diffstat (limited to 'package/grep/grep.mk')
-rw-r--r-- | package/grep/grep.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 5b945d5f2..e323b1de9 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -3,11 +3,10 @@ # grep # ############################################################# -GREP_VERSION:=2.5.3 -GREP_SOURCE:=grep-$(GREP_VERSION).tar.bz2 -GREP_SITE:=$(BR2_GNU_MIRROR)/grep -GREP_CONF_OPT = --disable-perl-regexp --without-included-regex +GREP_VERSION = 2.7 +GREP_SITE = $(BR2_GNU_MIRROR)/grep +GREP_CONF_OPT = --disable-perl-regexp --without-included-regex GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) $(eval $(call AUTOTARGETS,package,grep)) |