diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
commit | 4856369541d3653db986b58237f54d7eb8fbc11d (patch) | |
tree | a66a798c6bbaeb7e5849f76cdd8eab93c738d018 /package/gzip/gzip.mk | |
parent | 82620711eb120dbb36ca8f7af193278d56471ec6 (diff) | |
download | buildroot-novena-4856369541d3653db986b58237f54d7eb8fbc11d.tar.gz buildroot-novena-4856369541d3653db986b58237f54d7eb8fbc11d.zip |
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
Diffstat (limited to 'package/gzip/gzip.mk')
-rw-r--r-- | package/gzip/gzip.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index 2b202a8a3..542190cc4 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -5,7 +5,8 @@ ############################################################# GZIP_VER:=1.3.5 GZIP_SOURCE:=gzip-$(GZIP_VER).tar.gz -GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip +#GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip +GZIP_SITE:=http://mirrors.ircam.fr/pub/gnu/alpha/gnu/gzip GZIP_DIR:=$(BUILD_DIR)/gzip-$(GZIP_VER) GZIP_CAT:=zcat GZIP_BINARY:=$(GZIP_DIR)/gzip |