From e72e94fe76de2085f6011105f9fdeacfd0685523 Mon Sep 17 00:00:00 2001 From: Jeffrey Monte <46807283+jmonte-sph@users.noreply.github.com> Date: Mon, 4 Jul 2022 16:39:25 +0800 Subject: [PATCH] en --- ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 | 1 + ubuntu/standard/5.0/tools/runtime_configs/php/7.4.29 | 1 + ubuntu/standard/5.0/tools/runtime_configs/php/8.0.18 | 1 + 3 files changed, 3 insertions(+) diff --git a/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 b/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 index ff425a9e..71f88571 100644 --- a/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 +++ b/ubuntu/standard/5.0/tools/runtime_configs/php/7.3.33 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-libedit" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" diff --git a/ubuntu/standard/5.0/tools/runtime_configs/php/7.4.29 b/ubuntu/standard/5.0/tools/runtime_configs/php/7.4.29 index 5ff4de56..6c003ba8 100644 --- a/ubuntu/standard/5.0/tools/runtime_configs/php/7.4.29 +++ b/ubuntu/standard/5.0/tools/runtime_configs/php/7.4.29 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" configure_option "--with-libedit" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4" diff --git a/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.18 b/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.18 index 3f659405..25f7baac 100644 --- a/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.18 +++ b/ubuntu/standard/5.0/tools/runtime_configs/php/8.0.18 @@ -2,6 +2,7 @@ configure_option "--with-curl" configure_option "--with-password-argon2" configure_option "--with-pdo-pgsql" configure_option "--with-libedit" +configure_option "--with-sodium" PHP_BUILD_EXTRA_MAKE_ARGUMENTS="-j4"