portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

nodejs-22.8.0-clang-fix-libatomic.patch (303B)


      1 https://bugs.gentoo.org/869992
      2 
      3 diff --git a/node.gyp b/node.gyp
      4 index 347d82d2e1..8c4ffea256 100644
      5 --- a/node.gyp
      6 +++ b/node.gyp
      7 @@ -117,9 +117,6 @@
      8            '-Wl,-bnoerrmsg',
      9          ],
     10        }],
     11 -      ['OS=="linux" and clang==1', {
     12 -        'libraries': ['-latomic'],
     13 -      }],
     14      ],
     15    },
     16