wireshark: fix typo
authorBaruch Siach <baruch@tkos.co.il>
Sun, 21 Aug 2016 07:31:30 +0000 (10:31 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Aug 2016 20:23:57 +0000 (22:23 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wireshark/wireshark.mk

index baed846b6e5cc9fbfdd1fa1cfebb6ca0d289114b..42a5e74bc603b133110a93ea60af91008f52eab0 100644 (file)
@@ -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)