package/busybox: invert dependency with lsof
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
14a16b3bc6
commit
00805d2fb9
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_LSOF),lsof) \
|
||||||
$(if $(BR2_PACKAGE_MTD),mtd) \
|
$(if $(BR2_PACKAGE_MTD),mtd) \
|
||||||
$(if $(BR2_PACKAGE_NET_TOOLS),net-tools) \
|
$(if $(BR2_PACKAGE_NET_TOOLS),net-tools) \
|
||||||
$(if $(BR2_PACKAGE_NETCAT),netcat) \
|
$(if $(BR2_PACKAGE_NETCAT),netcat) \
|
||||||
|
@ -13,9 +13,6 @@ LSOF_LICENSE = lsof license
|
|||||||
# It is also defined in 00README, but that contains a lot of other cruft.
|
# It is also defined in 00README, but that contains a lot of other cruft.
|
||||||
LSOF_LICENSE_FILES = dialects/linux/dproto.h
|
LSOF_LICENSE_FILES = dialects/linux/dproto.h
|
||||||
|
|
||||||
# Make certain full-blown lsof gets built after the busybox version (1.20+)
|
|
||||||
LSOF_DEPENDENCIES += $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
|
||||||
|
|
||||||
ifeq ($(BR2_USE_WCHAR),)
|
ifeq ($(BR2_USE_WCHAR),)
|
||||||
define LSOF_CONFIGURE_WCHAR_FIXUPS
|
define LSOF_CONFIGURE_WCHAR_FIXUPS
|
||||||
$(SED) 's,^#define[[:space:]]*HASWIDECHAR.*,#undef HASWIDECHAR,' \
|
$(SED) 's,^#define[[:space:]]*HASWIDECHAR.*,#undef HASWIDECHAR,' \
|
||||||
|
Loading…
Reference in New Issue
Block a user