summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/ccache.mk
diff options
context:
space:
mode:
authorEric Andersen2006-04-14 21:33:48 +0200
committerEric Andersen2006-04-14 21:33:48 +0200
commitdd83c420027e81aaa6a36cd1e7a4c78a23ec92c1 (patch)
tree28f08af58da70f0250a03f93146c10a14e63c45c /toolchain/ccache/ccache.mk
parent664: bind package update: akvadrako writes: (diff)
downloadbuildroot-dd83c420027e81aaa6a36cd1e7a4c78a23ec92c1.tar.gz
buildroot-dd83c420027e81aaa6a36cd1e7a4c78a23ec92c1.tar.xz
buildroot-dd83c420027e81aaa6a36cd1e7a4c78a23ec92c1.zip
Browsing to the ccache web page http://ccache.samba.org/
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
Diffstat (limited to 'toolchain/ccache/ccache.mk')
-rw-r--r--toolchain/ccache/ccache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk
index 8e8396cde..9329b2150 100644
--- a/toolchain/ccache/ccache.mk
+++ b/toolchain/ccache/ccache.mk
@@ -4,7 +4,7 @@
#
#############################################################
CCACHE_VER:=2.4
-CCACHE_SITE:=http://ccache.samba.org/ftp/ccache/
+CCACHE_SITE:=http://samba.org/ftp/ccache
CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)