From: Ralf Wildenhues Date: Thu, 16 Mar 2006 16:56:34 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) X-Git-Tag: release-2-1b~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d465ae7036394e40d0612bed233d4767a9fe990d;p=thirdparty%2Flibtool.git * 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 , patch by Todd Vierling . --- diff --git a/ChangeLog b/ChangeLog index 3ffc6fafd..064e2e226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-03-16 Ralf Wildenhues + + * 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 , + patch by Todd Vierling . + 2006-02-24 Ralf Wildenhues * libltdl/config/ltmain.m4sh (startup): save all locale specific diff --git a/THANKS b/THANKS index fc7646650..0363c56d0 100644 --- a/THANKS +++ b/THANKS @@ -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 diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 7a73b8381..ce1f991f5 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -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 ;;