mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
err, add it back in
This commit is contained in:
parent
a503aaa8a0
commit
d322be1666
@ -33,7 +33,7 @@ trait imagemagick
|
|||||||
->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
|
// TODO: glibc rh 10 toolset's libgomp.a was built without -fPIC so we can't use openmp without depending on libgomp.so
|
||||||
getenv('SPC_LIBC') === 'musl' ? '--enable-openmp' : '--disable-openmp',
|
getenv('SPC_LIBC') === 'glibc' && str_contains(getenv('CC'), 'devtoolset-10') ? '--disable-openmp' : '--enable-openmp',
|
||||||
'--without-jxl',
|
'--without-jxl',
|
||||||
'--without-x',
|
'--without-x',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user