diff --git a/plugins/php/versions/common/imagemagick.sh b/plugins/php/versions/common/imagemagick.sh index 0db95b85b..bbe1411dc 100755 --- a/plugins/php/versions/common/imagemagick.sh +++ b/plugins/php/versions/common/imagemagick.sh @@ -68,9 +68,9 @@ Install_lib() OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu" fi - if [ "$version" -gt "74" ];then - OPTIONS="$OPTIONS --disable-openmp" - fi + # if [ "$version" -gt "74" ];then + # OPTIONS="$OPTIONS --disable-openmp" + # fi $serverPath/php/$version/bin/phpize ./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS