From: Peter O'Gorman Date: Tue, 17 Oct 2006 12:57:15 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set X-Git-Tag: release-1-5-23b~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d387e6b9a05354fb86a3d4d53510bebfe70d6de9;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set old_striplib. --- diff --git a/ChangeLog b/ChangeLog index 3c842eddf..ff7377007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-17 Peter O'Gorman + + * libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set + old_striplib. + 2006-10-13 Eric Blake * libltdl/ltdl.c (unload_deplibs, load_deplibs): Avoid memory diff --git a/libtool.m4 b/libtool.m4 index 5675c6d95..247c341c4 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1182,6 +1182,7 @@ else darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" + old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no])