comparison src/graphicsmagick.mk @ 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 fa5b1ddfeb46
children fb311137f2f4
comparison
equal deleted inserted replaced
4068:b74ded5caa31 4069:114be8cd075c
25 cd '$(1)' && ./configure \ 25 cd '$(1)' && ./configure \
26 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 26 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
27 $(ENABLE_SHARED_OR_STATIC) \ 27 $(ENABLE_SHARED_OR_STATIC) \
28 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 28 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
29 --prefix='$(HOST_PREFIX)' \ 29 --prefix='$(HOST_PREFIX)' \
30 --disable-openmp \
30 --without-modules \ 31 --without-modules \
31 --with-threads \ 32 --with-threads \
32 --with-magick-plus-plus \ 33 --with-magick-plus-plus \
33 --without-perl \ 34 --without-perl \
34 --with-bzlib \ 35 --with-bzlib \