]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh: Do not add installed static litool libraries
authorPeter O'Gorman <peter@pogma.com>
Tue, 31 May 2005 03:48:21 +0000 (03:48 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 31 May 2005 03:48:21 +0000 (03:48 +0000)
to convenience, they are not convenience libraries.
Reported by Chen-Mou Cheng <chenmou.cheng@gmail.com>

ChangeLog
config/ltmain.m4sh

index 9c855eb4f5f663c8d887f1e0d152d17be25c4e1d..e84a9e65b2a34007dbe51694b9f135f508e756bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-31  Peter O'Gorman  <peter@pogma.com>
+
+       * config/ltmain.m4sh: Do not add installed static litool libraries
+       to convenience, they are not convenience libraries.
+       Reported by Chen-Mou Cheng <chenmou.cheng@gmail.com>
+
 2005-05-30  Alexandre Oliva  <aoliva@redhat.com>,
        Peter O'Gorman  <peter@pogma.com>
 
index 44b3bef1986cba6302bd42b265f4bb4a45e79e14..7524357f9d3fab48a047737968f146db2601c80c 100644 (file)
@@ -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