mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-14 14:50:03 -04:00
pin library versions, load cacert from blob
This commit is contained in:
parent
cc4009a4af
commit
b5aff5b085
9 changed files with 15 additions and 15 deletions
|
@ -10,7 +10,7 @@ PREFIX=$(realpath build/brotli-wasm)
|
|||
|
||||
cd build
|
||||
rm -rf brotli
|
||||
git clone -b master --depth=1 https://github.com/google/brotli
|
||||
git clone -b v1.1.0 --depth=1 https://github.com/google/brotli
|
||||
cd brotli
|
||||
|
||||
emcmake cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed
|
||||
|
|
|
@ -11,7 +11,7 @@ mkdir -p $PREFIX
|
|||
|
||||
cd build
|
||||
rm -rf cjson
|
||||
git clone -b master --depth=1 https://github.com/DaveGamble/cJSON cjson
|
||||
git clone -b v1.7.17 --depth=1 https://github.com/DaveGamble/cJSON cjson
|
||||
cd cjson
|
||||
|
||||
sed -i 's/-fstack-protector-strong//' Makefile
|
||||
|
|
|
@ -14,7 +14,7 @@ NGHTTP2_PREFIX=$(realpath build/nghttp2-wasm)
|
|||
|
||||
cd build
|
||||
rm -rf curl
|
||||
git clone -b master --depth=1 https://github.com/curl/curl
|
||||
git clone -b curl-8_6_0 --depth=1 https://github.com/curl/curl
|
||||
cd curl
|
||||
|
||||
autoreconf -fi
|
||||
|
|
|
@ -10,7 +10,7 @@ PREFIX=$(realpath build/nghttp2-wasm)
|
|||
|
||||
cd build
|
||||
rm -rf nghttp2
|
||||
git clone -b master --depth=1 https://github.com/nghttp2/nghttp2
|
||||
git clone -b v1.59.0 --depth=1 https://github.com/nghttp2/nghttp2
|
||||
cd nghttp2
|
||||
|
||||
rm -rf $PREFIX
|
||||
|
|
|
@ -11,7 +11,7 @@ mkdir -p $PREFIX
|
|||
|
||||
cd build
|
||||
rm -rf openssl
|
||||
git clone -b master --depth=1 https://github.com/openssl/openssl
|
||||
git clone -b openssl-3.2.1 --depth=1 https://github.com/openssl/openssl
|
||||
cd openssl
|
||||
|
||||
export CFLAGS="-Wall -Oz"
|
||||
|
|
|
@ -10,7 +10,7 @@ PREFIX=$(realpath build/zlib-wasm)
|
|||
|
||||
cd build
|
||||
rm -rf zlib
|
||||
git clone -b master --depth=1 https://github.com/madler/zlib
|
||||
git clone -b v1.3.1 --depth=1 https://github.com/madler/zlib
|
||||
cd zlib
|
||||
|
||||
emconfigure ./configure --static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue