summaryrefslogtreecommitdiff
path: root/package/wireshark
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-10-18 14:26:31 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-19 23:01:22 +0200
commitd06e17cd0f83cf2cf5bffef900003c88966ad25a (patch)
tree80db1a477bb2c3878395b83de3eee97fc74cfcf8 /package/wireshark
parent32e25af8c1e8a30301a9178a25185c319cfa24b6 (diff)
wireshark: avoid host qtchooser
Some distros provide a 'qtchooser' utility to select Qt library version. Make sure not to use that host provided utility. Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wireshark')
-rw-r--r--package/wireshark/wireshark.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index ce83d5230..b1ef3f55c 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -41,6 +41,7 @@ endif
ifeq ($(BR2_PACKAGE_QT5BASE_WIDGETS),y)
WIRESHARK_CONF_OPTS += --with-qt=5
WIRESHARK_DEPENDENCIES += qt5base
+WIRESHARK_CONF_ENV += ac_cv_path_QTCHOOSER=""
# Seems it expects wrappers and passes a -qt=X parameter for version
WIRESHARK_MAKE_OPTS += \
MOC="$(HOST_DIR)/usr/bin/moc" \