mod_php_install.sh: add support for 'sodium'.

This commit is contained in:
Christoph 2021-09-01 00:53:10 +02:00
parent 2e6b3c1e0c
commit 4d4ad60004

View File

@ -213,6 +213,7 @@ _required_base_packages="$_required_base_packages
libcrypto++-dev libcrypto++-dev
libzip-dev libzip-dev
libharfbuzz-dev libharfbuzz-dev
libsodium-dev
libxmlrpc-epi-dev" libxmlrpc-epi-dev"
# libcroco3-dev # libcroco3-dev
@ -2157,6 +2158,7 @@ if ([[ "$PHP_MAJOR_VERSION" -eq 7 ]] && [[ "$PHP_MINOR_VERSION" -gt 3 ]]) \
--with-zip --with-zip
--with-zlib --with-zlib
--with-pear --with-pear
--with-sodium
" "
else else
config_params="$config_params config_params="$config_params