From: Peter Rosin Date: Thu, 12 Jul 2007 06:47:06 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link): Strip the cwrapper X-Git-Tag: release-2-1b~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3cf05510a40be79e0f3929f43b2e56d8a34b52;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_link): Strip the cwrapper using $STRIP instead of relying on the tools to support -s, which MSVC doesn't. --- diff --git a/ChangeLog b/ChangeLog index 0000b409f..cbc4b2c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-12 Peter Rosin + + * libltdl/config/ltmain.m4sh (func_mode_link): Strip the cwrapper + using $STRIP instead of relying on the tools to support -s, which + MSVC doesn't. + 2007-07-06 Peter O'Gorman