libtool-patches
[Top][All Lists]
Advanced

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

unprotected ld_shlibs setting


From: Ralf Wildenhues
Subject: unprotected ld_shlibs setting
Date: Thu, 18 Nov 2004 09:26:03 +0100
User-agent: Mutt/1.4.1i

This looks like an oversight (if not, it should be commented).
OK to apply against branch-2-0 and HEAD?

Regards,
Ralf

2004-11-18  Ralf Wildenhues <address@hidden>

        * m4/libtool.m4 (_LT_LINKER_SHLIBS) [cygwin/mingw/pw32]:
        tag-protect setting of ld_shlibs.

Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.136
diff -u -r1.136 libtool.m4
--- m4/libtool.m4       17 Nov 2004 15:24:03 -0000      1.136
+++ m4/libtool.m4       18 Nov 2004 08:26:54 -0000
@@ -3593,7 +3593,7 @@
        fi~
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs 
$compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  
${wl}--out-implib,$lib'
       else
-       ld_shlibs=no
+       _LT_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 




reply via email to

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