From efa0423110835898ebb596813b7a499dbc3dace0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 11 Mar 2008 08:17:17 +0000 Subject: buildroot: Use BR2_GNU_MIRROR everywhere Patch by Nigel Kukard. --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libtool') 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) -- cgit v1.2.3-55-g7522