mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
#############################################################
|
||||
GAWK_VER:=3.1.5
|
||||
GAWK_SOURCE:=gawk-$(GAWK_VER).tar.gz
|
||||
GAWK_SITE:=ftp://ftp.gnu.org/gnu/gawk
|
||||
GAWK_CAT:=zcat
|
||||
GAWK_SOURCE:=gawk-$(GAWK_VER).tar.bz2
|
||||
GAWK_SITE:=http://ftp.gnu.org/pub/gnu/gawk
|
||||
GAWK_CAT:=bzcat
|
||||
GAWK_DIR:=$(BUILD_DIR)/gawk-$(GAWK_VER)
|
||||
GAWK_BINARY:=gawk
|
||||
GAWK_TARGET_BINARY:=usr/bin/gawk
|
||||
|
||||
Reference in New Issue
Block a user