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-3-3~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8242d63644cbb3df3c8d44b1b93ae6a836bd2eb6;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 6fcc306ef..87b8b7d65 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 47532ab74..96214b724 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1843,7 +1843,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*)