aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-11-03 13:19:18 +0100
committerDario Lombardo <lomato@gmail.com>2018-11-04 18:57:18 +0000
commit62dff7223c5f0e7fdb3a2e83650467738f0a827d (patch)
tree2941c3c2d9592d3ab34ce555f4d7ef4a5fd6a50b
parentbb73b8267264b78dab2e45f02c2dd4cdb920cfaf (diff)
tools: fix LUA version and add more libs to the brew script.
brew installs lua 5.3 by default, that is not Wireshark compatible. lua@5.1 is installed instead since lua@5.2 is not available, see https://github.com/Homebrew/homebrew-core/issues/24409 Change-Id: I82c98bc3314e367dbdb71109887c37372f6293d2 Reviewed-on: https://code.wireshark.org/review/30494 Tested-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
-rwxr-xr-xtools/macos-setup-brew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index 7f02ef16cd..1bac63e1a6 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -13,7 +13,7 @@
brew update
#install some libs needed by Wireshark
-brew install c-ares glib libgcrypt gnutls lua cmake nghttp2 snappy lz4 libxml2 json-glib ninja libmaxminddb doxygen libsmi
+brew install c-ares glib libgcrypt gnutls lua@5.1 cmake nghttp2 snappy lz4 libxml2 json-glib ninja libmaxminddb doxygen libsmi spandsp
#install Qt5
brew install qt5