From: Gary V. Vaughan Date: Mon, 17 May 1999 15:20:34 +0000 (+0000) Subject: * ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS X-Git-Tag: release-1-3b~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a99a7f0c2cf4cc19f887781943728b8c651981;p=thirdparty%2Flibtool.git * ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS is PIC by default. Reported by "Shawn T . Amundson" --- 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