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:
@@ -6,7 +6,7 @@
|
||||
GAWK_VER:=3.1.5
|
||||
GAWK_SOURCE:=gawk-$(GAWK_VER).tar.bz2
|
||||
GAWK_SITE:=http://ftp.gnu.org/pub/gnu/gawk
|
||||
GAWK_CAT:=bzcat
|
||||
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