aboutsummaryrefslogtreecommitdiffstats
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:24 +0000
commit5a0094bb003615144564a41e17f98b0134f3ff6a (patch)
tree682725a70ac24cd541737ac2041949f86b3c4a3c /macosx-setup.sh
parent8cca0d75a8e21c55182a7b99d1ae440a5afbdbb7 (diff)
downloadwireshark-5a0094bb003615144564a41e17f98b0134f3ff6a.tar.gz
wireshark-5a0094bb003615144564a41e17f98b0134f3ff6a.tar.bz2
wireshark-5a0094bb003615144564a41e17f98b0134f3ff6a.zip
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> (cherry picked from commit 3e48148e1e82e2925f46c1ef0a6b70d9f4823c84) Reviewed-on: https://code.wireshark.org/review/16774
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