libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Strip archives on darwin too


From: Peter O'Gorman
Subject: [FYI] Strip archives on darwin too
Date: Sat, 25 Sep 2004 00:16:50 +0900
User-agent: Mozilla Thunderbird 0.7.3 (Macintosh/20040803)

Applied this one too.

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
        * m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.116
diff -u -3 -p -u -r1.116 libtool.m4
--- m4/libtool.m4 24 Sep 2004 14:59:23 -0000 1.116
+++ m4/libtool.m4 24 Sep 2004 15:06:19 -0000
@@ -1559,6 +1559,7 @@ else
    darwin*)
        if test -n "$STRIP" ; then
          striplib="$STRIP -x"
+                old_striplib="$STRIP -S"
          AC_MSG_RESULT([yes])
        else
          AC_MSG_RESULT([no])

reply via email to

[Prev in Thread] Current Thread [Next in Thread]