mirror of
https://github.com/minoplhy/scriptbox.git
synced 2025-04-26 00:17:01 +00:00
nginx_build_script: add pcre2 to be installed
This commit is contained in:
parent
647fc28f3e
commit
b958ae72cb
@ -138,6 +138,8 @@ case $os in
|
|||||||
libunwind-dev \
|
libunwind-dev \
|
||||||
libpcre3 \
|
libpcre3 \
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
|
libpcre2 \
|
||||||
|
libpcre2-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
cmake \
|
cmake \
|
||||||
make \
|
make \
|
||||||
@ -167,6 +169,7 @@ case $os in
|
|||||||
mercurial \
|
mercurial \
|
||||||
libunwind \
|
libunwind \
|
||||||
pcre-dev \
|
pcre-dev \
|
||||||
|
pcre2-dev \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
cmake \
|
cmake \
|
||||||
make \
|
make \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user