From: Eric Andersen Date: Mon, 3 Nov 2003 10:02:53 +0000 (-0000) Subject: The version of grep we use is has not yet been restored to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31869eaac874884edda4c0c2ca279dffc7d20c69;p=buildroot.git The version of grep we use is has not yet been restored to the gnu download site. Use the source from the debian site instead. --- diff --git a/make/grep.mk b/make/grep.mk index 4499043820..bca1984e24 100644 --- a/make/grep.mk +++ b/make/grep.mk @@ -3,10 +3,10 @@ # grep # ############################################################# -GNUGREP_SOURCE:=grep-2.5.1.tar.bz2 -GNUGREP_SITE:=ftp://ftp.gnu.org/gnu/grep +GNUGREP_SOURCE:=grep_2.5.1.orig.tar.gz +GNUGREP_SITE:=http://ftp.debian.org/debian/pool/main/g/grep/ GNUGREP_DIR:=$(BUILD_DIR)/grep-2.5.1 -GNUGREP_CAT:=bzcat +GNUGREP_CAT:=zcat GNUGREP_BINARY:=src/grep GNUGREP_TARGET_BINARY:=bin/grep