]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 04:31:04 +0000 (04:31 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Sep 2000 04:31:04 +0000 (04:31 +0000)
to no.

ChangeLog
ltconfig.in

index de6f516384eb2c626957f012341e451d09f7d0a4..d03f8353100943451855c9a1e9e406eac2fabe50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-03  Alexandre Oliva  <aoliva@redhat.com>
 
+       * ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set
+       to no.
+
        * libtool.m4: Fix typo I introduced in yesterday's patch.
        
        * libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if
index 63c8486baf7f0244f8b93249628bc83b264c70d8..1fe3fdbf357cf96dde8d94758b028d9601dcad49 100755 (executable)
@@ -1914,10 +1914,10 @@ freebsd*)
   esac
   shlibpath_var=LD_LIBRARY_PATH
   case "$host_os" in
-  freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
+  freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  *) # from 3.2 on
+  *)
     shlibpath_overrides_runpath=no
     ;;
   esac