]> 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:13:30 +0000 (15:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 17 May 1999 15:13:30 +0000 (15:13 +0000)
is PIC by default.
Reported by "Shawn T . Amundson" <amundson@gimp.org>

ChangeLog
ltconfig.in

index 5c47ce7e5af1973980e579122929788c3feddf9d..4ac9224ca53b5baa9dc4acba79fbd2e3c736d2fa 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 f283bc241d54b1429b56cd5eb5ec08974372d331..576105f70c01a8382daeeb2cd83ecccc77280d67 100755 (executable)
@@ -1694,6 +1694,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