From 2b25c94e678395cc69e01962faf446204330ed1a Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 Jun 1999 08:16:59 +0000 Subject: [PATCH] * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre. --- ChangeLog | 5 +++++ ltconfig.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index db1299337..881346c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-29 Pavel Roskin , Alexandre Oliva + + * 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 * ltconfig.in (linux-gnu*, deplibs_check_method): Use pass_all on diff --git a/ltconfig.in b/ltconfig.in index 56aa429f1..e5101e918 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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*) -- 2.47.3