From f3eee40e1e1975677693b3321f94e910d748042b Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 13 Aug 2023 12:15:43 +0800 Subject: [PATCH] Update openssl.sh --- plugins/php/versions/common/openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/openssl.sh b/plugins/php/versions/common/openssl.sh index 9b3319fa6..e40fb1c50 100755 --- a/plugins/php/versions/common/openssl.sh +++ b/plugins/php/versions/common/openssl.sh @@ -70,7 +70,7 @@ Install_lib() fi OPTIONS="" - if [ "${SYS_ARCH}" == "aarch64" ];then + if [ "${SYS_ARCH}" == "aarch64" ] && [ "$version" -lt "56" ];then OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu" fi