changeset 4069:114be8cd075c

graphicsmagick: disable use of openmp (Bug #46772) * src/graphicsmagick.mk: add --disable-openmp to configure options.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 30 Dec 2015 22:28:56 -0500
parents b74ded5caa31
children 41fce2d99071
files src/graphicsmagick.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphicsmagick.mk	Sun Dec 27 17:45:40 2015 -0500
+++ b/src/graphicsmagick.mk	Wed Dec 30 22:28:56 2015 -0500
@@ -27,6 +27,7 @@
         $(ENABLE_SHARED_OR_STATIC) \
          $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         --prefix='$(HOST_PREFIX)' \
+        --disable-openmp \
         --without-modules \
         --with-threads \
         --with-magick-plus-plus \