summaryrefslogtreecommitdiff
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-07-29 13:21:13 -0700
committerGuy Harris <guy@alum.mit.edu>2016-07-29 20:22:09 +0000
commit3e48148e1e82e2925f46c1ef0a6b70d9f4823c84 (patch)
treeaa29ae0d8471ef562a5c1031a0bf470e5e41e963 /macosx-setup.sh
parent2df5bf3ec89d672ba927c98062e5aad3403d09cf (diff)
downloadwireshark-3e48148e1e82e2925f46c1ef0a6b70d9f4823c84.tar.gz
Upgrade to libtool 2.4.6.
As per bug 12689, earlier versions of libtool had a bug wherein they assumed a 1-digit second component of the OS version number, and thought OS X 10.10 was OS X 10.1 and used the wrong linker flags. A build from Git would succeed, but a build from the source tarball wouldn't. Change-Id: I412d1e0b02976f44c573f9ff1b62465f5eeaeb05 Ping-Bug: 12689 Reviewed-on: https://code.wireshark.org/review/16773 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index 8114ae21d6..a08a6b8bba 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -152,7 +152,7 @@ DARWIN_MAJOR_VERSION=`uname -r | sed 's/\([0-9]*\).*/\1/'`
#
AUTOCONF_VERSION=2.69
AUTOMAKE_VERSION=1.13.3
-LIBTOOL_VERSION=2.4.2
+LIBTOOL_VERSION=2.4.6
install_xz() {
if [ "$XZ_VERSION" -a ! -f xz-$XZ_VERSION-done ] ; then