summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-11 08:17:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-11 08:17:17 +0000
commitefa0423110835898ebb596813b7a499dbc3dace0 (patch)
treee96e89d1924fc2b4270b49eafd3ac6ab81ac4e59 /package/libtool
parent1af1c775547b459b7c0312da0af5aec18b7d389f (diff)
downloadbuildroot-novena-efa0423110835898ebb596813b7a499dbc3dace0.tar.gz
buildroot-novena-efa0423110835898ebb596813b7a499dbc3dace0.zip
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
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)