]> 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:16:59 +0000 (08:16 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 29 Jun 1999 08:16:59 +0000 (08:16 +0000)
yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre.

ChangeLog
ltconfig.in

index db129933781d10a0a1f5405f4da856f25c9a2e34..881346c49836594a133a4227aeaff4a512f3f186 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-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in (linux-gnu*, deplibs_check_method): Use pass_all on
index 56aa429f1ea7f069aa466b0754aff12d184dc405..e5101e91803f75274330086b007127972d6df824 100755 (executable)
@@ -1769,6 +1769,7 @@ freebsd*)
   esac
   finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
   ;;
 
 gnu*)