We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83116af commit 1371dcdCopy full SHA for 1371dcd
1 file changed
build/nodejs/build-24.sh
@@ -27,6 +27,7 @@ DESC+="servers."
27
MAJVER=${VER%%.*}
28
29
set_arch 64
30
+set_clangver
31
set_builddir $PROG-v$VER
32
set_patchdir patches-$MAJVER
33
@@ -56,6 +57,13 @@ CONFIGURE_OPTS="
56
57
--shared-brotli
58
"
59
60
+pre_configure() {
61
+ typeset arch=$1
62
+
63
+ subsume_arch $arch LDFLAGS
64
+ LDFLAGS+=" -latomic"
65
+}
66
67
init
68
download_source $PROG $PROG v$VER
69
patch_source
0 commit comments