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 @@
|
||||
#############################################################
|
||||
GAWK_VERSION:=3.1.5
|
||||
GAWK_SOURCE:=gawk-$(GAWK_VERSION).tar.bz2
|
||||
GAWK_SITE:=$(BR2_GNU_MIRROR)/gnu/gawk
|
||||
GAWK_SITE:=$(BR2_GNU_MIRROR)/gawk
|
||||
GAWK_CAT:=$(BZCAT)
|
||||
GAWK_DIR:=$(BUILD_DIR)/gawk-$(GAWK_VERSION)
|
||||
GAWK_BINARY:=gawk
|
||||
|
||||
Reference in New Issue
Block a user