summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-08-21 10:31:30 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-21 22:23:57 +0200
commit11109fd36a810508c13f7308c19c70223f7870f6 (patch)
tree8b21adf02a4123d0f414c3353806a3f8898e6cbf
parentf130625dbf9e0e3be7e34ff93b1f6d9ab898ac2b (diff)
downloadbuildroot-11109fd36a810508c13f7308c19c70223f7870f6.tar.gz
buildroot-11109fd36a810508c13f7308c19c70223f7870f6.zip
wireshark: fix typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/wireshark/wireshark.mk2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud