+2006-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ freebsd,
+ dragonfly ]: Fix 1.5.22 regression caused by too strict $host_os
+ match that stopped DragonFly from working.
+ * NEWS, THANKS: Updated.
+ Reported by Jeremy C. Reed <reed@reedmedia.net>, patch by
+ Todd Vierling <tv@duh.org>.
+
2006-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* ltmain.in (link mode) [ linux ]: PGI: for `reload_cmds', we
New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
* Initial support for RDOS.
+* Fix regression on DragonFly that disabled library hardcoding.
* Bug Fixes.
\f
New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team:
Ian Lance Taylor ian@cygnus.com
Jacob Meuser jakemsr@jakemsr.com
Jeff Squyres jsquyres@lam-mpi.org
+ Jeremy C. Reed reed@reedmedia.net
Joel N. Weber II devnull@gnu.org
Joseph Beckenbach III jrb3@best.com
Kenneth Albanowski kjahds@kjahds.com
shlibpath_overrides_runpath=no
hardcode_into_libs=yes
;;
- freebsd*) # from 4.6 on
+ *) # from 4.6 on, and DragonFly
shlibpath_overrides_runpath=yes
hardcode_into_libs=yes
;;