]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated grep to 2.5.4.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Feb 2009 21:05:45 +0000 (22:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Feb 2009 21:05:45 +0000 (22:05 +0100)
lfs/grep

index bfbbe8230d953315f2172ad4533223704b7bb864..b03a5c2e50c62d956c4165dc38b514588757256b 100644 (file)
--- 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) \