up to release 3.1, and to no from 3.2 on.
Reported by Pavel Roskin <pavel_roskin@geocities.com>
+1999-06-29 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * 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 <pavel_roskin@geocities.com>
+
1999-06-29 Pavel Roskin <pavel_roskin@geocities.com>, Alexandre Oliva <oliva@dcc.unicamp.br>
* ltconfig.in (freebsd*, shlibpath_overrides_runpath): Set to
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*)