]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
authorPavel Roskin <pavel_roskin@geocities.com>
Tue, 29 Jun 1999 08:17:00 +0000 (08:17 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 29 Jun 1999 08:17:00 +0000 (08:17 +0000)
yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre.

ChangeLog
ltconfig.in

index cf023c7e6370ed1c60b8585764b54c60b4716efe..6fcc306efc705b84c6456f4190a745e4a72888f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-29  Pavel Roskin <pavel_roskin@geocities.com>, Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
+       yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre.
+
 1999-06-23  Thomas Tanner  <tanner@ffii.org>
 
        * NEWS: updated
index a19c7c90ae0678f52bc603a78c0154f61c0ca0a5..47532ab74c1ea2db24b03e284ef023b226a45cec 100755 (executable)
@@ -1843,6 +1843,7 @@ freebsd*)
   esac
   finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
   ;;
 
 gnu*)