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:
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
LSOF_SOURCE:=lsof_4.77.tar.bz2
|
||||
LSOF_SITE:=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
||||
LSOF_CAT:=bzip2 -cd
|
||||
LSOF_CAT:=$(BZCAT)
|
||||
LSOF_DIR:=$(BUILD_DIR)/lsof_4.77
|
||||
LSOF_BINARY:=lsof
|
||||
LSOF_TARGET_BINARY:=bin/lsof
|
||||
|
||||
Reference in New Issue
Block a user