Browsing to the ccache web page http://ccache.samba.org/
authorEric Andersen <andersen@codepoet.org>
Fri, 14 Apr 2006 19:33:48 +0000 (19:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 14 Apr 2006 19:33:48 +0000 (19:33 -0000)
they list the cannonical download URL as: http://samba.org/ftp/ccache/
so I guess the freshmeat URL is out of date or something.

toolchain/ccache/ccache.mk

index 8e8396cdeafc168ac4e214f6575b8394f4b3da40..9329b215012d530776217f6177ce33abc6be4a76 100644 (file)
@@ -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)