mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
disable jbig for imagemagick
This commit is contained in:
parent
4f4e1ca80d
commit
df4d66ad4b
@ -34,6 +34,7 @@ trait imagemagick
|
|||||||
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'--disable-openmp',
|
'--disable-openmp',
|
||||||
|
'--without-jbig',
|
||||||
'--without-jxl',
|
'--without-jxl',
|
||||||
'--without-x',
|
'--without-x',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user