mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lsof: add busybox tweaks
Since busybox 1.20+ includes a lsof applet make sure lsof gets built after busybox so that we get the full-blown version if both are enabled. Also hide the lsof package unless BUSYBOX_SHOW_OTHERS is true. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
b59f9e1562
commit
d7616cc9be
@@ -8,6 +8,9 @@ LSOF_VERSION = 4.85
|
||||
LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2
|
||||
LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
|
||||
|
||||
# Make certain full-blown lsof gets built after the busybox version (1.20+)
|
||||
LSOF_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
|
||||
BR2_LSOF_CFLAGS =
|
||||
ifeq ($(BR2_LARGEFILE),)
|
||||
BR2_LSOF_CFLAGS += -U_FILE_OFFSET_BITS
|
||||
|
||||
Reference in New Issue
Block a user