Hi Kean,

* Kean Johnston wrote on Mon, Oct 31, 2005 at 02:03:26AM CET:
> Patch 2 of 10 attached ...

> Rationale:
> All SCO platforms open dependency libraries when you dlopen a module.

OK.  Applied to branch-1-5 and HEAD (shown below), although I exchanged
your proposed ChangeLog entry with the description above, which I think
is much better.  :)

FYI: in order to conform to our ChangeLog entry format, I'll add this:

        [ sysv5*, sco3.2v5*, sco5v6*, unixware*, OpenUNIX*, sysv4*uw2* ]
        Patches for various bug fixes, small improvements and updating
        the SCO platform support.

at the top of the last commit, and also add the THANKS entry which will
remove Gary from the second place in the list.  :->

Cheers,
Ralf

2005-10-31  Kean Johnston  <[EMAIL PROTECTED]>

        * libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): All SCO platforms
        open dependency libraries when you dlopen a module.

Index: libltdl/m4/ltdl.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/ltdl.m4,v
retrieving revision 1.15
diff -u -r1.15 ltdl.m4
--- libltdl/m4/ltdl.m4  14 Oct 2005 15:43:08 -0000      1.15
+++ libltdl/m4/ltdl.m4  31 Oct 2005 09:41:15 -0000
@@ -361,6 +361,9 @@
   solaris*)
     lt_cv_sys_dlopen_deplibs=yes
     ;;
+  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+    libltdl_cv_sys_dlopen_deplibs=yes
+    ;;
   esac
   ])
 if test "$lt_cv_sys_dlopen_deplibs" != yes; then


Reply via email to