]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
authorBrad <brad@comstyle.com>
Mon, 3 Sep 2001 03:26:55 +0000 (03:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 3 Sep 2001 03:26:55 +0000 (03:26 +0000)
behavior of OpenBSD's dlopen().

ChangeLog
ltdl.m4

index bca55bd247d6025e826510f80ac3273a2ccc43f1..982d95e32167773598e4d5a6c184d97df54ffa5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-03  Brad  <brad@comstyle.com>
+
+       * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
+       behavior of OpenBSD's dlopen().
+
 2001-09-03  Gary V. Vaughan  <gary@gnu.org>
 
        From Marius Vollmer <mvo@zagadka.ping.de>:
diff --git a/ltdl.m4 b/ltdl.m4
index 4d94d38ba51488823f8d70e60671790aa0a31ce4..749ca8b63911e359f6c428c054ace48663b010d7 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -106,6 +106,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
   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