]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link) [ sysv4*uw2*,
authorKean Johnston <jkj@sco.com>
Mon, 7 Nov 2005 22:53:46 +0000 (22:53 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 7 Nov 2005 22:53:46 +0000 (22:53 +0000)
unixware7* ]: Work around linker bug on older SCO systems.

ChangeLog
libltdl/config/ltmain.m4sh

index 020126ec7484113ab7403b0064c6ee35766a85f5..8120b3fab2c2a7cd9eff74585e3ba4a6bb9f7176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-07  Kean Johnston  <jkj@sco.com>
+
+       * libltdl/config/ltmain.m4sh (func_mode_link) [ sysv4*uw2*,
+       unixware7* ]: Work around linker bug on older SCO systems.
+
 2005-11-07  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
index 498d41c7ebd28c989fd69ef07cbe2b69d4352dc1..87449619360ed62217df721a601e1e105467cbdf 100644 (file)
@@ -3729,7 +3729,10 @@ func_mode_link ()
              if test "$hardcode_direct" = no; then
                add="$dir/$linklib"
                case $host in
-                 *-*-sco3.2v5* ) add_dir="-L$dir" ;;
+                 *-*-sco3.2v5.0.[[024]]*) add_dir="-L$dir" ;;
+                 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
+                 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[[01]].[[10]]* | \
+                   *-*-unixware7*) add_dir="-L$dir" ;;
                  *-*-darwin* )
                    # if the lib is a (non-dlopened) module then we can not
                    # link against it, someone is ignoring the earlier warnings