Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. LINUX.GENTOO.DEV
  • [gentoo-dev] [PATCH] tree-sitter-grammar.eclass: Fix compatibility with

    From Matthew Smith@21:1/5 to All on Mon Dec 20 18:40:02 2021
    -soname <soname> is only accepted by GNU ld, but --soname=<soname> is
    accepted by both GNU ld and LLVM lld.

    Closes: https://bugs.gentoo.org/828093
    Closes: https://bugs.gentoo.org/829668
    Closes: https://bugs.gentoo.org/829669
    Closes: https://bugs.gentoo.org/829670
    Closes: https://bugs.gentoo.org/829671
    Closes: https://bugs.gentoo.org/829672
    Closes: https://bugs.gentoo.org/829673
    Closes: https://bugs.gentoo.org/829674
    Closes: https://bugs.gentoo.org/829675
    Closes: https://bugs.gentoo.org/829676
    Closes: https://bugs.gentoo.org/829677
    Signed-off-by: Matthew Smith <matt@offtopica.uk>
    ---
    eclass/tree-sitter-grammar.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/tree-sitter-grammar.eclass b/eclass/tree-sitter-grammar.eclass
    index 7207ecf3ddd7c..10baa3c4adb6c 100644
    --- a/eclass/tree-sitter-grammar.eclass
    +++ b/eclass/tree-sitter-grammar.eclass
    @@ -77,7 +77,7 @@ tree-sitter-grammar_src_compile() {
    ${link} ${LDFLAGS} \
    -shared \
    *.o \
    - -Wl,-soname ${soname} \
    + -Wl,--soname=${soname} \
    -o "${WORKDIR}"/${soname} || die
    }

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • Who's Online

  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 546
    Nodes: 16 (3 / 13)
    Uptime: 02:45:55
    Calls: 10,385
    Files: 14,057
    Messages: 6,416,585

© >>> Magnum BBS <<<, 2025