mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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:
parent
af7ada4155
commit
d465ae7036
@ -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
1
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
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user