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:
parent
fe4b9321e5
commit
a103aeb436
@ -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`"
|
||||
|
Loading…
Reference in New Issue
Block a user