mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Locally calculated after checking pgp signature at http://www.tcpdump.org/release/tcpdump-4.9.2.tar.gz.sig
|
||||
sha256 798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79 tcpdump-4.9.2.tar.gz
|
||||
# Locally calculated after checking pgp signature at
|
||||
# http://www.tcpdump.org/release/tcpdump-4.9.3.tar.gz.sig
|
||||
# using key 1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D
|
||||
sha256 2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410 tcpdump-4.9.3.tar.gz
|
||||
sha256 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TCPDUMP_VERSION = 4.9.2
|
||||
TCPDUMP_VERSION = 4.9.3
|
||||
TCPDUMP_SITE = http://www.tcpdump.org/release
|
||||
TCPDUMP_LICENSE = BSD-3-Clause
|
||||
TCPDUMP_LICENSE_FILES = LICENSE
|
||||
@@ -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