mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09: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