* 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>.
This commit is contained in:
Albert Chin 2003-03-31 15:44:14 +00:00 committed by Robert Boehne
parent b9f8f1036e
commit b73fbd17b3
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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