]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (pass_all): actively pass the flags
authorDavid Heine <dlheine@truffle.Stanford.EDU>
Wed, 25 Nov 1998 01:00:15 +0000 (01:00 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 25 Nov 1998 01:00:15 +0000 (01:00 +0000)
ChangeLog
ltmain.in

index b5e823d552e5cb8feea9e2518bed6103fdca092c..c7040d8afac6535533b32bbc95c7aec0e0f650f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-11-24  David Heine  <dlheine@truffle.Stanford.EDU>
+
+       * ltmain.in (pass_all): actively pass the flags
+
 1998-11-24  Thomas Tanner  <tanner@gmx.de>
 
        * depdemo: added inter-library dependencies demo (doesn't work yet!)
index 7f34693c7c72d6820945f0c819cc4dc30f59c9f3..74cc8ff5dbf51da5ccbd505236c2803a72fe0bf8 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1355,7 +1355,9 @@ compiler."
          major=""
          newdeplibs=
          case "$check_shared_deplibs_method" in
-         pass_all)   ;; # Don't check for shared/static.  Everything works.
+         pass_all)  
+          newdeplibs=$deplibs 
+                    ;; # Don't check for shared/static.  Everything works.
                         # This might be a little naive.  We might want to check
                         # whether the library exists or not.  But this is on
                         # osf3 & osf4 and I'm not really sure... Just