libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool.m4 on DragonFly


From: Ralf Wildenhues
Subject: Re: libtool.m4 on DragonFly
Date: Thu, 16 Mar 2006 17:58:08 +0100
User-agent: Mutt/1.5.11

> * Jeremy C. Reed wrote on Thu, Mar 09, 2006 at 03:15:06AM CET:
> > 
> > Can you please update libtool.m4 for DragonFly support?

I have applied the following patches to branch-1-5 and HEAD,
respectively.

Apologies again for the huge delay.

Cheers,
Ralf

branch-1-5:
        * 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 <address@hidden>, patch by
        Todd Vierling <address@hidden>.

Index: NEWS
===================================================================
RCS file: /cvsroot/libtool/libtool/NEWS,v
retrieving revision 1.109.2.42
diff -u -r1.109.2.42 NEWS
--- NEWS        12 Jan 2006 22:04:28 -0000      1.109.2.42
+++ NEWS        15 Mar 2006 22:56:10 -0000
@@ -2,6 +2,7 @@
 
 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:
Index: THANKS
===================================================================
RCS file: /cvsroot/libtool/libtool/THANKS,v
retrieving revision 1.34.2.15
diff -u -r1.34.2.15 THANKS
--- THANKS      21 Jan 2006 17:39:00 -0000      1.34.2.15
+++ THANKS      15 Mar 2006 22:56:10 -0000
@@ -87,6 +87,7 @@
   Ian Lance Taylor             address@hidden
   Jacob Meuser                 address@hidden
   Jeff Squyres                 address@hidden
+  Jeremy C. Reed               address@hidden
   Joel N. Weber II             address@hidden
   Joseph Beckenbach III                address@hidden
   Kenneth Albanowski           address@hidden
Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/libtool.m4,v
retrieving revision 1.314.2.149
diff -u -r1.314.2.149 libtool.m4
--- libtool.m4  3 Feb 2006 20:05:00 -0000       1.314.2.149
+++ libtool.m4  15 Mar 2006 22:56:10 -0000
@@ -1447,7 +1447,7 @@
     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
     ;;


HEAD:
        * 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 <address@hidden>,
        patch by Todd Vierling <address@hidden>.

Index: THANKS
===================================================================
RCS file: /cvsroot/libtool/libtool/THANKS,v
retrieving revision 1.52
diff -u -r1.52 THANKS
--- THANKS      21 Jan 2006 17:40:19 -0000      1.52
+++ THANKS      15 Mar 2006 22:55:38 -0000
@@ -87,6 +87,7 @@
   Ian Lance Taylor             address@hidden
   Jacob Meuser                 address@hidden
   Jeff Squyres                 address@hidden
+  Jeremy C. Reed               address@hidden
   Joel N. Weber II             address@hidden
   Joseph Beckenbach III                address@hidden
   Kenneth Albanowski           address@hidden
Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.60
diff -u -r1.60 libtool.m4
--- libltdl/m4/libtool.m4       9 Feb 2006 16:04:01 -0000       1.60
+++ libltdl/m4/libtool.m4       15 Mar 2006 22:55:38 -0000
@@ -2157,7 +2157,7 @@
     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
     ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]