From ae0daa75fe15b6709bfd17a2849bdff50b5db53d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 Jun 1999 08:17:00 +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 cf023c7e6..6fcc306ef 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-23 Thomas Tanner * NEWS: updated diff --git a/ltconfig.in b/ltconfig.in index a19c7c90a..47532ab74 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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*) -- 2.47.3