Skip to content

Commit

Permalink
Don't build openssl programs, only build the libraries (pyodide#5405)
Browse files Browse the repository at this point in the history
This was harmless before but it fails in Emscripten 4.0.0. Split from pyodide#5332.
  • Loading branch information
hoodmane authored Feb 3, 2025
1 parent 4c9b38b commit b5cc58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openssl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build:
emcc ${SIDE_MODULE_LDFLAGS} libcrypto.a -o libcrypto.so
emcc ${SIDE_MODULE_LDFLAGS} libssl.a libcrypto.so -o libssl.so
make install_sw
make install_dev install_engines
mkdir -p ${WASM_LIBRARY_DIR}/lib
# remove static libraries, we will use shared one
rm -f ${WASM_LIBRARY_DIR}/lib/{libcrypto.a,libssl.a}
Expand Down

0 comments on commit b5cc58a

Please sign in to comment.