mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
AUTOCONF_VERSION:=2.61
|
||||
AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
|
||||
AUTOCONF_SITE:=http://ftp.gnu.org/pub/gnu/autoconf
|
||||
AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/gnu/autoconf
|
||||
AUTOCONF_CAT:=$(BZCAT)
|
||||
AUTOCONF_SRC_DIR:=$(TOOL_BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)
|
||||
AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user