Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imagemagick: disable openmp support
@ 2011-03-17 12:21 Klaus Schwarzkopf
  2011-03-17 12:24 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Schwarzkopf @ 2011-03-17 12:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
---
 package/imagemagick/imagemagick.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 7955db7..ab59323 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -28,7 +28,8 @@ IMAGEMAGICK_CONF_OPT = --program-transform-name='s,,,' \
 		--without-dps \
 		--without-gslib \
 		--without-fpx \
-		--without-x
+		--without-x \
+		--disable-openmp
 
 ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
 IMAGEMAGICK_CONF_OPT += --with-fontconfig
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] imagemagick: disable openmp support
  2011-03-17 12:21 [Buildroot] [PATCH] imagemagick: disable openmp support Klaus Schwarzkopf
@ 2011-03-17 12:24 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-03-17 12:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Klaus" == Klaus Schwarzkopf <schwarzkopf@sensortherm.de> writes:

Why? A bit more detailed commit message would be good.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-17 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 12:21 [Buildroot] [PATCH] imagemagick: disable openmp support Klaus Schwarzkopf
2011-03-17 12:24 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox