mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/libpcap: remove unnecessary dependency on zlib
The libpcap 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
ee1f731a90
commit
fe4b9321e5
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBPCAP
|
config BR2_PACKAGE_LIBPCAP
|
||||||
bool "libpcap"
|
bool "libpcap"
|
||||||
select BR2_PACKAGE_BLUEZ5_UTILS_HEADERS if BR2_PACKAGE_BLUEZ5_UTILS
|
select BR2_PACKAGE_BLUEZ5_UTILS_HEADERS if BR2_PACKAGE_BLUEZ5_UTILS
|
||||||
select BR2_PACKAGE_ZLIB
|
|
||||||
help
|
help
|
||||||
A system-independent library for user-level network packet
|
A system-independent library for user-level network packet
|
||||||
capture.
|
capture.
|
||||||
|
@ -9,7 +9,7 @@ LIBPCAP_SITE = http://www.tcpdump.org/release
|
|||||||
LIBPCAP_LICENSE = BSD-3-Clause
|
LIBPCAP_LICENSE = BSD-3-Clause
|
||||||
LIBPCAP_LICENSE_FILES = LICENSE
|
LIBPCAP_LICENSE_FILES = LICENSE
|
||||||
LIBPCAP_INSTALL_STAGING = YES
|
LIBPCAP_INSTALL_STAGING = YES
|
||||||
LIBPCAP_DEPENDENCIES = zlib host-flex host-bison
|
LIBPCAP_DEPENDENCIES = host-flex host-bison
|
||||||
|
|
||||||
LIBPCAP_CONF_ENV = \
|
LIBPCAP_CONF_ENV = \
|
||||||
ac_cv_header_linux_wireless_h=yes \
|
ac_cv_header_linux_wireless_h=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user