mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
wireshark: add optional geoip support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
796ab5f36e
commit
ab2e5dddfc
@ -62,6 +62,13 @@ else
|
|||||||
WIREHARK_CONF_OPTS += --without-c-ares
|
WIREHARK_CONF_OPTS += --without-c-ares
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GEOIP),y)
|
||||||
|
WIRESHARK_CONF_OPTS += --with-geoip=$(STAGING_DIR)/usr
|
||||||
|
WIRESHARK_DEPENDENCIES += geoip
|
||||||
|
else
|
||||||
|
WIRESHARK_CONF_OPTS += --without-geoip
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
WIRESHARK_CONF_OPTS += --with-gnutls=yes
|
WIRESHARK_CONF_OPTS += --with-gnutls=yes
|
||||||
WIRESHARK_DEPENDENCIES += gnutls
|
WIRESHARK_DEPENDENCIES += gnutls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user