From: Albert Chin Date: Mon, 31 Mar 2003 15:44:14 +0000 (+0000) Subject: * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs X-Git-Tag: release-1-5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73fbd17b320c9d4fdfd64fe1a7135903e575d9a;p=thirdparty%2Flibtool.git * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs variable directly down to the linker. Reported by Tim Mooney . --- diff --git a/ChangeLog b/ChangeLog index c88120aa6..7f927cbd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-31 Albert Chin + + * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs + variable directly down to the linker. + Reported by Tim Mooney . + 2003-03-28 Richard Dawe * Makefile.am: Define CONF_SUBDIRS. diff --git a/ltmain.in b/ltmain.in index eb7432ee1..f31505465 100644 --- 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