]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ freebsd,
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Mar 2006 16:58:04 +0000 (16:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Mar 2006 16:58:04 +0000 (16:58 +0000)
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>.

ChangeLog
NEWS
THANKS
libtool.m4

index f1be5f40de454ca346dabcec4c30210ca109fb6f..b0a0cf50bafc9c7cd0182c41dad18f43ce806cd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
diff --git a/NEWS b/NEWS
index 59c033d522fca4cfb37d798d1e323607be580023..91336b8253294d19190bdc754b3bc75541c30768 100644 (file)
--- 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.
 \f
 New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team:
diff --git a/THANKS b/THANKS
index fc76466509319e9cce5b0804fe6a7105ee1e47c5..0363c56d07a7f283e323f99851290c68d79848b3 100644 (file)
--- 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
index f082bdd78a2cbe3f975f8655379f1ed9a28b98cc..6e13171ad41b65150c8730bb768d6140903b280c 100644 (file)
@@ -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
     ;;