From 78779b7896f1a9baf7217e5863a2392f898d6873 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Tue, 31 May 2005 03:48:21 +0000 Subject: [PATCH] * config/ltmain.m4sh: Do not add installed static litool libraries to convenience, they are not convenience libraries. Reported by Chen-Mou Cheng --- ChangeLog | 6 ++++++ config/ltmain.m4sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c855eb4f..e84a9e65b 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-30 Alexandre Oliva , Peter O'Gorman diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 44b3bef19..7524357f9 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -3900,8 +3900,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 -- 2.47.2