From: Michael Tremer Date: Tue, 17 Feb 2009 21:05:45 +0000 (+0100) Subject: Updated grep to 2.5.4. X-Git-Tag: v3.0-alpha1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c098e6bcec1ebe27eb0501e73712dd1dc380c6;p=ipfire-3.x.git Updated grep to 2.5.4. --- diff --git a/lfs/grep b/lfs/grep index bfbbe8230..b03a5c2e5 100644 --- a/lfs/grep +++ b/lfs/grep @@ -25,7 +25,7 @@ include Config PKG_NAME = grep -PKG_VER = 2.5.3 +PKG_VER = 2.5.4 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -55,9 +55,7 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) \ - $(THISAPP)-upstream_fixes-1.patch \ - $(THISAPP)-debian_fixes-1.patch +objects = $(DL_FILE) download: $(objects) @@ -94,8 +92,6 @@ ifeq "$(STAGE)" "toolchain" endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-debian_fixes-1.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-upstream_fixes-1.patch cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \