* libltdl/m4/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.
* THANKS: Updated.
Reported by Jeremy C. Reed <reed@reedmedia.net>,
patch by Todd Vierling <tv@duh.org>.
This commit is contained in:
Ralf Wildenhues 2006-03-16 16:56:34 +00:00
parent af7ada4155
commit d465ae7036
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2006-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/m4/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.
* THANKS: Updated.
Reported by Jeremy C. Reed <reed@reedmedia.net>,
patch by Todd Vierling <tv@duh.org>.
2006-02-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/config/ltmain.m4sh (startup): save all locale specific

1
THANKS
View File

@ -87,6 +87,7 @@
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

View File

@ -2157,7 +2157,7 @@ freebsd* | dragonfly*)
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
;;