]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (beos*, deplibs_check_method): set to pass_all. BeOS
authorGary V. Vaughan <gary@gnu.org>
Mon, 17 May 1999 15:20:34 +0000 (15:20 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 17 May 1999 15:20:34 +0000 (15:20 +0000)
is PIC by default.
Reported by "Shawn T . Amundson" <amundson@gimp.org>

ChangeLog
ltconfig.in

index 782c63e7233b5866eb54ac67bf0f1fc664f8d9de..b3af94c7f429d0072a0b46144ee9497420003f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-05-17  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
+       * ltconfig.in (beos*, deplibs_check_method): set to pass_all.  BeOS
+       is PIC by default.
+       Reported by "Shawn T . Amundson" <amundson@gimp.org>
+
        * libltdl/configure.in: Fix test failures on AIX 4.3.2 by checking
        for dlopen *with* -ldl first.
        Reported by Greg Wooledge <ic5035%tss1crs.amgreetings.com@rose.amgreetings.com> 
index a5a9ab2a0b8809a8137acda9149acf1799333efc..9de6d46199e60e73447b2049e4f3ec5cd4c4daa2 100755 (executable)
@@ -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