From e9a99a7f0c2cf4cc19f887781943728b8c651981 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 17 May 1999 15:20:34 +0000 Subject: [PATCH] * ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS is PIC by default. Reported by "Shawn T . Amundson" --- ChangeLog | 4 ++++ ltconfig.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 782c63e72..b3af94c7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-05-17 Gary V. Vaughan + * ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS + is PIC by default. + Reported by "Shawn T . Amundson" + * libltdl/configure.in: Fix test failures on AIX 4.3.2 by checking for dlopen *with* -ldl first. Reported by Greg Wooledge diff --git a/ltconfig.in b/ltconfig.in index a5a9ab2a0..9de6d4619 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1703,6 +1703,7 @@ beos*) library_names_spec='${libname}.so' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH + deplibs_check_method=pass_all lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes -- 2.47.3