mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Disable openmp for imagemagick
This commit is contained in:
parent
454b5a77ad
commit
c23c5ae614
@ -31,8 +31,7 @@ trait imagemagick
|
|||||||
->optionalLib('freetype', ...ac_with_args('freetype'))
|
->optionalLib('freetype', ...ac_with_args('freetype'))
|
||||||
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
// TODO: glibc rh 10 toolset's libgomp.a was built without -fPIC so we can't use openmp without depending on libgomp.so
|
'--disable-openmp',
|
||||||
SPCTarget::isTarget(SPCTarget::GLIBC) ? '--disable-openmp' : '--enable-openmp',
|
|
||||||
'--without-jxl',
|
'--without-jxl',
|
||||||
'--without-x',
|
'--without-x',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user