Browse Source
Merge pull request #4508 from landfillbaby/patch-1
build ImageMagick with bzip2
emacs-27
Leonid Plyushch
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/imagemagick/build.sh
|
|
@ -13,7 +13,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
--without-x |
|
|
|
--without-gvc |
|
|
|
--with-magick-plus-plus=no |
|
|
|
--with-bzlib=no |
|
|
|
--with-bzlib=yes |
|
|
|
--with-xml=yes |
|
|
|
--with-rsvg=yes |
|
|
|
--with-lzma |
|
|
|