Commit d023c25
committed
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).1 parent f7b69d9 commit d023c25
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
22 | | - | |
23 | | - | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
0 commit comments