libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs


From: Ralf Wildenhues
Subject: FYI: SCO/bugfix patch 2 of 10: ltmain.in dlopen_deplibs
Date: Mon, 31 Oct 2005 10:46:37 +0100
User-agent: Mutt/1.5.11

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

        * 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

[Prev in Thread] Current Thread [Next in Thread]