diff options
Diffstat (limited to 'package/classpath/classpath.mk')
-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 |