Loading packaging/build-nspawn.sh +2 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,8 @@ build_libraries() { export LD_LIBRARY_PATH=\$PREFIX/icu-host/lib:\$PREFIX/icu-host/lib64:/usr/local/lib:\${LD_LIBRARY_PATH:-} export ICU_PKG=/usr/local/bin/icupkg export LDFLAGS="-rtlib=compiler-rt" # remove -latomic which is not available in musl (and not needed on x86_64) sed -i 's/-latomic//g' node.gyp tools/v8_gypfiles/v8.gyp # Avoid running node_mksnapshot in this musl-targeted build. export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false\" ./configure --prefix=\$PREFIX --shared-musl Loading Loading
packaging/build-nspawn.sh +2 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,8 @@ build_libraries() { export LD_LIBRARY_PATH=\$PREFIX/icu-host/lib:\$PREFIX/icu-host/lib64:/usr/local/lib:\${LD_LIBRARY_PATH:-} export ICU_PKG=/usr/local/bin/icupkg export LDFLAGS="-rtlib=compiler-rt" # remove -latomic which is not available in musl (and not needed on x86_64) sed -i 's/-latomic//g' node.gyp tools/v8_gypfiles/v8.gyp # Avoid running node_mksnapshot in this musl-targeted build. export GYP_DEFINES=\"\${GYP_DEFINES:-} v8_use_snapshot=false\" ./configure --prefix=\$PREFIX --shared-musl Loading