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/bison/bison.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/bison/bison.mk')
-rw-r--r-- | package/bison/bison.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 75b47947e..99685205d 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -3,9 +3,9 @@ # bison # ############################################################# -BISON_VER:=2.1 +BISON_VER:=2.3 BISON_SOURCE:=bison-$(BISON_VER).tar.bz2 -BISON_SITE:=ftp://ftp.gnu.org/gnu/bison +BISON_SITE:=http://ftp.gnu.org/pub/gnu/bison BISON_DIR:=$(BUILD_DIR)/bison-$(BISON_VER) BISON_CAT:=bzcat BISON_BINARY:=src/bison |