mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
wireshark: don't overwrite WIRESHARK_CONF_ENV
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ccf41a3bba
commit
b29b7f4187
@ -78,7 +78,7 @@ WIRESHARK_CONF_OPTS += --with-gnutls=no
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
||||||
WIRESHARK_CONF_ENV = LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
WIRESHARK_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||||
WIRESHARK_CONF_OPTS += --with-gcrypt=yes
|
WIRESHARK_CONF_OPTS += --with-gcrypt=yes
|
||||||
WIRESHARK_DEPENDENCIES += libgcrypt
|
WIRESHARK_DEPENDENCIES += libgcrypt
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user