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/libtool/libtool.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/libtool/libtool.mk')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 709f3a667..369582bcb 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -5,7 +5,7 @@ ############################################################# LIBTOOL_VER:=1.5.22 LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VER).tar.gz -LIBTOOL_SITE:=ftp://ftp.gnu.org/gnu/libtool +LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool LIBTOOL_CAT:=zcat LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VER) LIBTOOL_BINARY:=libtool |