File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- OPENSSL_VERSION = 3.1.0
1+ OPENSSL_VERSION = 3.5.1
22OPENSSL_TARBALL = $(DOWNLOAD ) /openssl-$(OPENSSL_VERSION ) .tar.gz
33OPENSSL_URL = https://github.com/openssl/openssl/archive/refs/tags/openssl-$(OPENSSL_VERSION ) .tar.gz
44
@@ -20,11 +20,12 @@ $(OPENSSL_WASM_LIB): $(OPENSSL_TARBALL)
2020 AR=" ar" \
2121 RANLIB=" ranlib" \
2222 -static \
23+ -no-module \
2324 -no-sock \
2425 -no-tests \
2526 -no-asm \
2627 --prefix=$(WASM) && \
2728 sed -i.bak '/^CNF_CFLAGS=/d' $(BUILD)/openssl-openssl-$(OPENSSL_VERSION)/build/Makefile && \
2829 sed -i.bak '/^CNF_LDFLAGS=/d' $(BUILD)/openssl-openssl-$(OPENSSL_VERSION)/build/Makefile && \
2930 emmake $(MAKE) build_generated libssl.a libcrypto.a && \
30- emmake $(MAKE ) install
31+ emmake $(MAKE) install_sw
You can’t perform that action at this time.
0 commit comments