From 70e9db4f99aae8d75c950ab28e62cbecef434532 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 16 Mar 2006 16:58:04 +0000 Subject: [PATCH] * 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 , patch by Todd Vierling . --- ChangeLog | 9 +++++++++ NEWS | 1 + THANKS | 1 + libtool.m4 | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1be5f40d..b0a0cf50b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-03-16 Ralf Wildenhues + + * 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 , patch by + Todd Vierling . + 2006-02-13 Ralf Wildenhues * ltmain.in (link mode) [ linux ]: PGI: for `reload_cmds', we diff --git a/NEWS b/NEWS index 59c033d52..91336b825 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool 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. New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team: 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/libtool.m4 b/libtool.m4 index f082bdd78..6e13171ad 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1447,7 +1447,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 ;; -- 2.47.3