From: Peter O'Gorman Date: Tue, 31 May 2005 03:49:05 +0000 (+0000) Subject: * config/ltmain.m4sh: Do not add installed static litool libraries X-Git-Tag: release-2-1b~637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51baa4e30eaaae89790c7be802b2cd11a6e370d;p=thirdparty%2Flibtool.git * config/ltmain.m4sh: Do not add installed static litool libraries to convenience, they are not convenience libraries. Reported by Chen-Mou Cheng --- diff --git a/ChangeLog b/ChangeLog index face64812..54be79440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-31 Peter O'Gorman + + * config/ltmain.m4sh: Do not add installed static litool libraries + to convenience, they are not convenience libraries. + Reported by Chen-Mou Cheng + 2005-05-16 Ralf Wildenhues * THANKS: Updated. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 08c040fb1..b199f730e 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -3933,8 +3933,6 @@ func_mode_link () fi fi else - convenience="$convenience $dir/$old_library" - old_convenience="$old_convenience $dir/$old_library" deplibs="$dir/$old_library $deplibs" link_static=yes fi