diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-11 08:17:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-11 08:17:17 +0000 |
commit | efa0423110835898ebb596813b7a499dbc3dace0 (patch) | |
tree | e96e89d1924fc2b4270b49eafd3ac6ab81ac4e59 /package/libtool/libtool.mk | |
parent | 1af1c775547b459b7c0312da0af5aec18b7d389f (diff) | |
download | buildroot-novena-efa0423110835898ebb596813b7a499dbc3dace0.tar.gz buildroot-novena-efa0423110835898ebb596813b7a499dbc3dace0.zip |
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
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 fee88520a..591a7a3e9 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -5,7 +5,7 @@ ############################################################# LIBTOOL_VERSION:=1.5.24 LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VERSION).tar.gz -LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool +LIBTOOL_SITE:=$(BR2_GNU_MIRROR)/gnu/libtool LIBTOOL_CAT:=$(ZCAT) LIBTOOL_SRC_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VERSION) LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VERSION) |