summaryrefslogtreecommitdiffstats
path: root/package/tcl/tcl.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-09 12:15:00 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-09 12:15:00 +0000
commit1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67 (patch)
treec082250ae967446c4962693ba678889531a0d99c /package/tcl/tcl.mk
parent8365078d61f54f8cae9bd7dad4499861a5b3a762 (diff)
downloadbuildroot-novena-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.tar.gz
buildroot-novena-1d63e8a8d9e8f7a4e999f77d4a606c3aa1bf7a67.zip
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
Diffstat (limited to 'package/tcl/tcl.mk')
-rw-r--r--package/tcl/tcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 6be655964..5195bf750 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -5,7 +5,7 @@
#############################################################
TCL_VERSION:=8.4.9
TCL_SOURCE:=tcl$(TCL_VERSION)-src.tar.gz
-TCL_SITE:=http://heanet.dl.sourceforge.net/sourceforge/tcl
+TCL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tcl
TCL_DIR:=$(BUILD_DIR)/tcl$(TCL_VERSION)
$(DL_DIR)/$(TCL_SOURCE):