mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
disable jbig for imagemagick
This commit is contained in:
@@ -34,6 +34,7 @@ trait imagemagick
|
||||
->optionalLib('bzip2', ...ac_with_args('bzlib'))
|
||||
->addConfigureArgs(
|
||||
'--disable-openmp',
|
||||
'--without-jbig',
|
||||
'--without-jxl',
|
||||
'--without-x',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user