mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
GAWK_VERSION:=3.1.5
|
||||
GAWK_SOURCE:=gawk-$(GAWK_VERSION).tar.bz2
|
||||
GAWK_SITE:=http://ftp.gnu.org/pub/gnu/gawk
|
||||
GAWK_SITE:=$(BR2_GNU_MIRROR)/gnu/gawk
|
||||
GAWK_CAT:=$(BZCAT)
|
||||
GAWK_DIR:=$(BUILD_DIR)/gawk-$(GAWK_VERSION)
|
||||
GAWK_BINARY:=gawk
|
||||
|
||||
Reference in New Issue
Block a user