[Buildroot] [git commit] wireshark: don't overwrite WIRESHARK_CONF_ENV

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Oct 20 19:35:43 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=b29b7f4187aae7d6c60d7e35b301dd9f214f265f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Cc: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/wireshark/wireshark.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index f7cc8f8..593b196 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


More information about the buildroot mailing list