]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Tue, 29 Jun 1999 08:56:55 +0000 (08:56 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 29 Jun 1999 08:56:55 +0000 (08:56 +0000)
up to release 3.1, and to no from 3.2 on.
Reported by Pavel Roskin <pavel_roskin@geocities.com>

ChangeLog
ltconfig.in

index 6fcc306efc705b84c6456f4190a745e4a72888f5..87b8b7d658c6c0951e5e010c8abf37769385d992 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes
+       up to release 3.1, and to no from 3.2 on.
+       Reported by Pavel Roskin <pavel_roskin@geocities.com>
+
 1999-06-29  Pavel Roskin <pavel_roskin@geocities.com>, Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
index 47532ab74c1ea2db24b03e284ef023b226a45cec..96214b724610f63e7415abbf391a26244bfa9e2d 100755 (executable)
@@ -1843,7 +1843,14 @@ freebsd*)
   esac
   finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
+  case "$host_os" in
+  freebsd2* | freebsd3.[01]*)
+    shlibpath_overrides_runpath=yes
+    ;;
+  *) # from 3.2 on
+    shlibpath_overrides_runpath=no
+    ;;
+  esac
   ;;
 
 gnu*)