From 5f97babefaef89cd31d1d609e5e6b7a3efb5fddb Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 12 Nov 2018 16:14:48 +0200 Subject: community/graphicsmagick: disable openmp for stability --- community/graphicsmagick/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/graphicsmagick/APKBUILD') diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD index e4c01dc7b5..70542aabbe 100644 --- a/community/graphicsmagick/APKBUILD +++ b/community/graphicsmagick/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=graphicsmagick pkgver=1.3.30 -pkgrel=0 +pkgrel=1 pkgdesc="Image processing system" url="http://www.graphicsmagick.org/" arch="all" @@ -56,6 +56,7 @@ build() { --localstatedir=/var \ --enable-shared \ --disable-static \ + --disable-openmp \ --with-modules \ --with-threads \ --with-gs-font-dir=/usr/share/fonts/Type1 \ -- cgit v1.2.3