libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--gary--1.0--patch-34


From: Gary V. Vaughan
Subject: FYI: libtool--gary--1.0--patch-34
Date: Sun, 25 Jul 2004 20:36:46 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBBAvNFRMICSmD1gYRAmQxAJ9bsKdG7BypANyNurgUURlG90eSmQCgtEZy
gSbexRebTdZTz/TtG7WRBRw=
=F8Rh
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--gary--1.0--patch-33 to compare with
* comparing to address@hidden/libtool--gary--1.0--patch-33
M  ChangeLog
M  ltmain.in

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * ltmain.in: Make sure that dependency libraries of -dlpreopened
        libraries are propogated properly.

--- orig/ltmain.in
+++ mod/ltmain.in
@@ -2184,6 +2184,20 @@
        esac
       fi
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
+        # Collect and forward deplibs of preopened libtool libs
+       for lib in $dlprefiles; do
+         # Ignore non-libtool-libs
+         case $lib in
+         */*.la | *\\*.la)
+           . $lib
+           deplibs="$deplibs $dependency_libs"
+           ;;
+         *.la)
+           . ./$lib
+           deplibs="$deplibs $dependency_libs"
+           ;;
+         esac
+       done
        libs="$dlprefiles"
       fi
       if test "$pass" = dlopen; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]