You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: patch config.m4 directly to remove OMP check for static builds
The ac_cv_func_omp_pause_resource_all=no approach does not work for
gmagick because its config.m4 uses PHP_CHECK_FUNC which does not
honour ac_cv cache variables. Revert to patching config.m4 directly
to remove the entire OpenMP check block, preventing the linker error
on ubuntu-24.04 (undefined reference to omp_pause_resource_all).
0 commit comments