diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-03-26 03:28:09 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-03-26 03:28:09 +0000 |
commit | af510f4e19681971266b27cf30b4e010b9887315 (patch) | |
tree | 0206c2409a0e2991589d63b3b4a01182fa5ec09a /package/classpath | |
parent | 18679d10a134533164a8b3ef18daa68831f16aec (diff) | |
download | buildroot-novena-af510f4e19681971266b27cf30b4e010b9887315.tar.gz buildroot-novena-af510f4e19681971266b27cf30b4e010b9887315.zip |
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
Diffstat (limited to 'package/classpath')
-rw-r--r-- | package/classpath/classpath.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/classpath/classpath.mk b/package/classpath/classpath.mk index af3c4095f..dfb69bea5 100644 --- a/package/classpath/classpath.mk +++ b/package/classpath/classpath.mk @@ -5,7 +5,7 @@ ############################################################# CLASSPATH_VERSION = 0.96.1 CLASSPATH_SOURCE = classpath-$(CLASSPATH_VERSION).tar.gz -CLASSPATH_SITE = ftp://ftp.gnu.org/gnu/classpath/ +CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath CLASSPATH_AUTORECONF = NO CLASSPATH_INSTALL_STAGING = YES CLASSPATH_INSTALL_TARGET = YES |