From 3e48148e1e82e2925f46c1ef0a6b70d9f4823c84 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 29 Jul 2016 13:21:13 -0700 Subject: [PATCH] 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 --- macosx-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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