From: Baruch Siach Date: Thu, 20 Oct 2016 17:48:22 +0000 (+0300) Subject: wireshark: don't overwrite WIRESHARK_CONF_ENV X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b29b7f4187aae7d6c60d7e35b301dd9f214f265f;p=buildroot.git wireshark: don't overwrite WIRESHARK_CONF_ENV Cc: Gustavo Zacarias Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index f7cc8f8424..593b19645e 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -78,7 +78,7 @@ WIRESHARK_CONF_OPTS += --with-gnutls=no endif 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_DEPENDENCIES += libgcrypt else