mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- add and use BR2_BZCAT config option.
This commit is contained in:
@@ -7,7 +7,7 @@ COREUTILS_VER:=5.96
|
||||
COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
|
||||
#COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
|
||||
COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils
|
||||
COREUTILS_CAT:=bzcat
|
||||
COREUTILS_CAT:=$(BZCAT)
|
||||
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER)
|
||||
COREUTILS_BINARY:=src/vdir
|
||||
COREUTILS_TARGET_BINARY:=bin/vdir
|
||||
|
||||
Reference in New Issue
Block a user