Loading package/grep/grep.mk +2 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ # ############################################################# GREP_VERSION = 2.9 GREP_VERSION = 2.10 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_CONF_OPT = --disable-perl-regexp --without-included-regex GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) Loading Loading
package/grep/grep.mk +2 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,9 @@ # ############################################################# GREP_VERSION = 2.9 GREP_VERSION = 2.10 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_CONF_OPT = --disable-perl-regexp --without-included-regex GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) Loading