diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-03-23 18:03:21 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-03-23 18:03:21 +0000 |
commit | e7bd8fe6c3110b21cffeadb4698f88ac19d1b67c (patch) | |
tree | f174fa86abffe1a22b6377bc598b184f2c1402da /eclass/ELT-patches/fix-relink | |
parent | Use correct toolchain compiler. (diff) | |
download | gentoo-2-e7bd8fe6c3110b21cffeadb4698f88ac19d1b67c.tar.gz gentoo-2-e7bd8fe6c3110b21cffeadb4698f88ac19d1b67c.tar.bz2 gentoo-2-e7bd8fe6c3110b21cffeadb4698f88ac19d1b67c.zip |
Fixups for bug #83486.
Diffstat (limited to 'eclass/ELT-patches/fix-relink')
-rw-r--r-- | eclass/ELT-patches/fix-relink/1.4.0 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/eclass/ELT-patches/fix-relink/1.4.0 b/eclass/ELT-patches/fix-relink/1.4.0 index c8edade31e35..1b12c9b1a360 100644 --- a/eclass/ELT-patches/fix-relink/1.4.0 +++ b/eclass/ELT-patches/fix-relink/1.4.0 @@ -1,14 +1,14 @@ --- ltmain.sh 2003-09-24 18:22:17.528129376 +0200 +++ ltmain.sh 2003-09-24 18:23:17.101072912 +0200 @@ -1582,6 +1582,8 @@ - convenience="$convenience $ladir/$objdir/$old_library" - old_convenience="$old_convenience $ladir/$objdir/$old_library" - tmp_libs= -+ # PKGW -+ dependency_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if test "X$duplicate_deps" = "Xyes" ; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + tmp_libs= ++ # PKGW ++ dependency_libs= + for deplib in $dependency_libs; do + #echo "Adding $deplib to \$deplibs" + deplibs="$deplib $deplibs" @@ -1699,6 +1701,8 @@ fi |