mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +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 @@
|
||||
#############################################################
|
||||
GNUCHESS_VERSION = 5.07
|
||||
GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
|
||||
GNUCHESS_SITE = http://ftp.gnu.org/pub/gnu/chess
|
||||
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
|
||||
GNUCHESS_AUTORECONF = NO
|
||||
GNUCHESS_INSTALL_STAGING = NO
|
||||
GNUCHESS_INSTALL_TARGET = YES
|
||||
|
||||
Reference in New Issue
Block a user