mod_php_install.sh: add support for 'sodium'.
This commit is contained in:
parent
2e6b3c1e0c
commit
4d4ad60004
@ -213,6 +213,7 @@ _required_base_packages="$_required_base_packages
|
||||
libcrypto++-dev
|
||||
libzip-dev
|
||||
libharfbuzz-dev
|
||||
libsodium-dev
|
||||
libxmlrpc-epi-dev"
|
||||
|
||||
# libcroco3-dev
|
||||
@ -2157,6 +2158,7 @@ if ([[ "$PHP_MAJOR_VERSION" -eq 7 ]] && [[ "$PHP_MINOR_VERSION" -gt 3 ]]) \
|
||||
--with-zip
|
||||
--with-zlib
|
||||
--with-pear
|
||||
--with-sodium
|
||||
"
|
||||
else
|
||||
config_params="$config_params
|
||||
|
Loading…
Reference in New Issue
Block a user