File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OPENSSL ?= 3.4.0
3
3
WASMTIME ?= 26.0.0
4
4
WASMER ?= 3.1.1
5
5
V8 ?= 12.0.267.17
6
- PCRE ?= 8.45
6
+ PCRE ?= 10.44
7
7
ZLIB ?= 1.3.1
8
8
LUAROCKS ?= 3.11.1
9
9
PROXY_WASM_GO_SDK ?= 0.21.0
Original file line number Diff line number Diff line change @@ -211,11 +211,11 @@ build_static_binary() {
211
211
212
212
# pcre
213
213
214
- download pcre -$PCRE_VER .tar.gz \
215
- " https://downloads.sourceforge.net/project/pcre/pcre/ $PCRE_VER /pcre -$PCRE_VER .tar.gz"
214
+ download pcre2 -$PCRE_VER .tar.gz \
215
+ " https://github.com/PCRE2Project/pcre2/releases/download/pcre2- $PCRE_VER /pcre2 -$PCRE_VER .tar.gz"
216
216
217
- if [ ! -d " pcre -$PCRE_VER " ]; then
218
- tar -xf pcre -$PCRE_VER .tar.gz
217
+ if [ ! -d " pcre2 -$PCRE_VER " ]; then
218
+ tar -xf pcre2 -$PCRE_VER .tar.gz
219
219
fi
220
220
221
221
# zlib
@@ -249,7 +249,7 @@ build_static_binary() {
249
249
--with-openssl=" $DIR_DIST_WORK /openssl-$OPENSSL_VER " \
250
250
--with-openssl-opt=" no-tests" \
251
251
--with-zlib=" $DIR_DIST_WORK /zlib-$ZLIB_VER " \
252
- --with-pcre=" $DIR_DIST_WORK /pcre -$PCRE_VER " \
252
+ --with-pcre=" $DIR_DIST_WORK /pcre2 -$PCRE_VER " \
253
253
--with-pcre-jit \
254
254
--with-stream \
255
255
--with-stream_ssl_module \
You can’t perform that action at this time.
0 commit comments