mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user