libtool
[Top][All Lists]
Advanced

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

Re: DESTDIR, relink dependent lib, RPM and AIX


From: Jaimon Jose
Subject: Re: DESTDIR, relink dependent lib, RPM and AIX
Date: Wed, 11 Oct 2006 12:31:18 +0530
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Ralf,

Ralf Wildenhues wrote the following on 10/11/2006 02:59 AM:
> Please resend your proposed changes in a unified diff format (diff -u),
> that makes it easier to look at them, and safer.
This is the proposed change in HEAD branch.  I'm still trying to
backport the relevant changes to 1-5 branch.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /sources/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.85
diff -u -3 -p -u -r1.85 libtool.m4
--- libltdl/m4/libtool.m4       18 Sep 2006 05:49:39 -0000      1.85
+++ libltdl/m4/libtool.m4       11 Oct 2006 06:05:30 -0000
@@ -4323,7 +4323,7 @@ _LT_EOF
       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
       _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f'
 
       if test "$GCC" = yes; then
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
@@ -5317,7 +5317,7 @@ if test "$_lt_caught_CXX_error" != yes;
         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
         _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
-        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f'
 
         if test "$GXX" = yes; then
           case $host_os in aix4.[[012]]|aix4.[[012]].*)


Thanks
--jaimon




reply via email to

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