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 c1ed630 commit cfd8df7Copy full SHA for cfd8df7
lib/ruby_wasm/build_system/product/openssl.rb
@@ -64,7 +64,7 @@ def build
64
system "./Configure #{configure_args.join(" ")}", chdir: product_build_dir
65
# Use "install_sw" instead of "install" because it tries to install docs and it's very slow.
66
# OpenSSL build system doesn't have well support for parallel build, so force -j1.
67
- system "make -j1 install_sw DESTDIR=#{destdir}", chdir: product_build_dir
+ system "make -j1 install_sw DESTDIR=#{destdir} CNF_CFLAGS='' CNF_LDFLAGS=''", chdir: product_build_dir
68
end
69
70
0 commit comments