From: Alexandre Oliva Date: Tue, 29 Jun 1999 08:56:55 +0000 (+0000) Subject: * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes X-Git-Tag: release-1-3b~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833068062419ec59faaf071f6c017e33f4ac4ea0;p=thirdparty%2Flibtool.git * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes up to release 3.1, and to no from 3.2 on. Reported by Pavel Roskin --- diff --git a/ChangeLog b/ChangeLog index 881346c49..c29e8251c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-06-29 Alexandre Oliva + + * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to yes + up to release 3.1, and to no from 3.2 on. + Reported by Pavel Roskin + 1999-06-29 Pavel Roskin , Alexandre Oliva * ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to diff --git a/ltconfig.in b/ltconfig.in index e5101e918..e64da7511 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1769,7 +1769,14 @@ freebsd*) esac finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes + case "$host_os" in + freebsd2* | freebsd3.[01]*) + shlibpath_overrides_runpath=yes + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + ;; + esac ;; gnu*)