From af510f4e19681971266b27cf30b4e010b9887315 Mon Sep 17 00:00:00 2001 From: Hamish Moffatt Date: Wed, 26 Mar 2008 03:28:09 +0000 Subject: Applied patch from Nathanael D. Noblet to fix broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls. --- 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 591a7a3e9..fc97a3136 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:=$(BR2_GNU_MIRROR)/gnu/libtool +LIBTOOL_SITE:=$(BR2_GNU_MIRROR)/libtool LIBTOOL_CAT:=$(ZCAT) LIBTOOL_SRC_DIR:=$(TOOL_BUILD_DIR)/libtool-$(LIBTOOL_VERSION) LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VERSION) -- cgit v1.2.3