wireshark: forcibly disable lua

If host arch = target arch and liblua is in the host the buildsystem
will pick it up and try to use it since it passes basic build tests.
Forcibly disable it, since it causes no build failure, rather runtime
failures because said liblua is not present on the target.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-12-02 17:48:13 -03:00 committed by Peter Korsgaard
parent 0d879a268f
commit 752ee252d0

View File

@ -26,6 +26,7 @@ WIRESHARK_CONF_OPTS = \
--enable-static=no \
--with-gnutls=no \
--with-libsmi=no \
--with-lua=no \
--includedir=$(STAGING_DIR)/usr/include
$(eval $(autotools-package))