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:
@@ -6,7 +6,7 @@
|
||||
GZIP_VERSION:=1.3.5
|
||||
GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz
|
||||
#GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip
|
||||
GZIP_SITE:=$(BR2_GNU_MIRROR)/gnu/gzip
|
||||
GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip
|
||||
GZIP_DIR:=$(BUILD_DIR)/gzip-$(GZIP_VERSION)
|
||||
GZIP_CAT:=$(ZCAT)
|
||||
GZIP_BINARY:=$(GZIP_DIR)/gzip
|
||||
|
||||
Reference in New Issue
Block a user