]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
authorAlbert Chin <libtool@thewrittenword.com>
Mon, 31 Mar 2003 15:44:14 +0000 (15:44 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 31 Mar 2003 15:44:14 +0000 (15:44 +0000)
variable directly down to the linker.
Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.

ChangeLog
ltmain.in

index c88120aa6d5a0fc27746b4a9b107fe6b20003896..7f927cbd879e776f4f46f8f8c0007c147151d255 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-31  Albert Chin  <libtool@thewrittenword.com>
+
+       * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs
+       variable directly down to the linker.
+       Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
+
 2003-03-28  Richard Dawe  <rich@phekda.freeserve.co.uk>
 
        * Makefile.am: Define CONF_SUBDIRS.
index eb7432ee1fd2cc6205496961784591c80bf71ace..f315054657887abc72296256a437ce5e520a3d08 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2634,6 +2634,7 @@ EOF
            # practice:
            case $deplib in
            -L*) new_libs="$deplib $new_libs" ;;
+           -R*) ;;
            *)
              # And here is the reason: when a library appears more
              # than once as an explicit dependence of a library, or