From b73fbd17b320c9d4fdfd64fe1a7135903e575d9a Mon Sep 17 00:00:00 2001 From: Albert Chin Date: Mon, 31 Mar 2003 15:44:14 +0000 Subject: [PATCH] * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs variable directly down to the linker. Reported by Tim Mooney . --- ChangeLog | 6 ++++++ ltmain.in | 1 + 2 files changed, 7 insertions(+) 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 -- 2.47.2