imagemagick: Use --disable-openmp (see #1314)

This commit is contained in:
Fredrik Fornwall 2018-06-22 00:12:05 +02:00
parent 596ede131c
commit 978df5df70
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.imagemagick.org/
TERMUX_PKG_DESCRIPTION="Suite to create, edit, compose, or convert images in a variety of formats"
TERMUX_PKG_VERSION=7.0.8.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=7b708b3a584557b5c0b792eca4fe07be0d9a5189703b8f8b8196e9ca45974330
local _download_version=`echo $TERMUX_PKG_VERSION | sed 's/\(.*\)\./\1-/'`
TERMUX_PKG_SRCURL=https://github.com/ImageMagick/ImageMagick/archive/${_download_version}.tar.gz
@ -12,6 +13,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-bzlib=no
--with-xml=yes
--with-lzma
--disable-openmp
ac_cv_func_ftime=no
ac_cv_header_complex_h=no
"