cf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 29 15:35:38 UTC 2021


 Imake.tmpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6d4d6223ef75119d5373fa4cc04161bcdb4e769
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Mar 29 10:45:10 2021 +0200

    Imake.tmpl: Invoke "ar cq" with binutils
    
    GNU binutils 2.36 repurposed "l" modifier. It used to be ignored, now
    it specifies the dependencies of a static library to be recorded in an
    archive.
    
    That broke nas which uses imake as a build configiration tool:
    
    $ ar clq libdia.a dispatch.o dixutils.o events.o globals.o main.o resource.o swapreq.o        tables.o swaprep.o        audispatch.o auswap.o autables.o auevents.o auutil.o auconfig.o        auprocess.o  nasconf.o lex.o gram.o
    ar: libdeps specified more than once
    
    This patch changes AR command from "ar clq" to "ar cq" if binutils are
    used.
    
    <https://bugzilla.redhat.com/show_bug.cgi?id=1943274>



More information about the xorg-commit mailing list