mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Thomas Petazzoni
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`"
|
||||
|
||||
Reference in New Issue
Block a user