From: Pavel Roskin Date: Tue, 29 Jun 1999 08:16:59 +0000 (+0000) Subject: * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to X-Git-Tag: release-1-3b~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b25c94e678395cc69e01962faf446204330ed1a;p=thirdparty%2Flibtool.git * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes; tested on 3.1-ELF by Pavel and on 2.2.6 by Alexandre. --- 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*)