aboutsummaryrefslogtreecommitdiffstats
path: root/community/graphicsmagick/APKBUILD
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2018-11-12 16:14:48 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2018-11-12 14:41:08 +0000
commit5f97babefaef89cd31d1d609e5e6b7a3efb5fddb (patch)
tree2c4ac0f99ce3a5003967ef1878f4981de4036f7f /community/graphicsmagick/APKBUILD
parent49a09da09eb3ceaec98a604cc058e74a02665fae (diff)
community/graphicsmagick: disable openmp for stability
Diffstat (limited to 'community/graphicsmagick/APKBUILD')
-rw-r--r--community/graphicsmagick/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD
index e4c01dc7b59..70542aabbeb 100644
--- a/community/graphicsmagick/APKBUILD
+++ b/community/graphicsmagick/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
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 \