package/tcpdump: remove unnecessary dependency on zlib

The tcpdump package currently depends on zlib, but this is not
needed. The commit removes this non-mandatory dependency.

Signed-off-by: Mircea Gliga <gliga.mircea@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Mircea Gliga 2020-01-08 14:08:21 +02:00 committed by Thomas Petazzoni
parent fe4b9321e5
commit a103aeb436

View File

@ -16,7 +16,7 @@ TCPDUMP_CONF_OPTS = \
--without-crypto \
--with-system-libpcap \
$(if $(BR2_PACKAGE_TCPDUMP_SMB),--enable-smb,--disable-smb)
TCPDUMP_DEPENDENCIES = zlib libpcap
TCPDUMP_DEPENDENCIES = libpcap
ifeq ($(BR2_STATIC_LIBS),y)
TCPDUMP_CONF_OPTS += LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`"