libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] ltdl


From: Brad
Subject: [PATCH] ltdl
Date: Sun, 2 Sep 2001 22:30:51 -0400 (EDT)

Here is a patch which teaches ltdl about the behavior of OpenBSD's
dlopen(), it applies to both branches.

ChangeLog entry:

>From Brad <address@hidden>:
* ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the behavior of
OpenBSD's dlopen().

// Brad

address@hidden
address@hidden

--- ltdl.m4.orig        Sun Sep  2 21:09:54 2001
+++ ltdl.m4     Sun Sep  2 21:11:33 2001
@@ -106,6 +106,9 @@
   netbsd*)
     libltdl_cv_sys_dlopen_deplibs=yes
     ;;
+  openbsd*)
+    libltdl_cv_sys_dlopen_deplibs=yes
+    ;;
   osf[1234]*)
     # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
     # it did *not* use an RPATH in a shared library to find objects the




reply via email to

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