From: Baruch Siach Date: Sun, 21 Aug 2016 07:31:30 +0000 (+0300) Subject: wireshark: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11109fd36a810508c13f7308c19c70223f7870f6;p=buildroot.git wireshark: fix typo Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index baed846b6e..42a5e74bc6 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -60,7 +60,7 @@ ifeq ($(BR2_PACKAGE_C_ARES),y) WIRESHARK_CONF_OPTS += --with-c-ares=$(STAGING_DIR)/usr WIRESHARK_DEPENDENCIES += c-ares else -WIREHARK_CONF_OPTS += --without-c-ares +WIRESHARK_CONF_OPTS += --without-c-ares endif ifeq ($(BR2_PACKAGE_GEOIP),y)