From: Brad Date: Mon, 3 Sep 2001 03:26:55 +0000 (+0000) Subject: * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the X-Git-Tag: release-1-4d~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d7730cbf16cd9a2171136f33b92050d4183b670;p=thirdparty%2Flibtool.git * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the behavior of OpenBSD's dlopen(). --- diff --git a/ChangeLog b/ChangeLog index bca55bd24..982d95e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-03 Brad + + * ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the + behavior of OpenBSD's dlopen(). + 2001-09-03 Gary V. Vaughan From Marius Vollmer : diff --git a/ltdl.m4 b/ltdl.m4 index 4d94d38ba..749ca8b63 100644 --- 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