r70869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70868‎ | r70869 | r70870 >
Date:11:58, 11 August 2010
Author:tstarling
Status:deferred
Tags:
Comment:
Disabled threads and OpenMP to avoid futex() hang on OOM
Modified paths:
  • /trunk/debs/imagemagick/debian/changelog (modified) (history)
  • /trunk/debs/imagemagick/debian/rules (modified) (history)

Diff [purge]

Index: trunk/debs/imagemagick/debian/changelog
@@ -1,3 +1,9 @@
 2+imagemagick (7:6.6.2.6-1wm2) lucid; urgency=low
 3+
 4+ * Disabled threads and OpenMP to avoid futex() hang on OOM
 5+
 6+ -- Tim Starling <tstarling@wikimedia.org> Wed, 11 Aug 2010 21:49:14 +1000
 7+
28 imagemagick (7:6.6.2.6-1wm1) hardy; urgency=low
39
410 * Backported from maverick to hardy
Index: trunk/debs/imagemagick/debian/rules
@@ -38,7 +38,9 @@
3939 --x-includes=/usr/include/X11 \
4040 --x-libraries=/usr/lib/X11 \
4141 --with-quantum-depth=8 \
42 - --without-lqr
 42+ --without-lqr \
 43+ --without-threads \
 44+ --disable-openmp
4345
4446 cd "$(CURDIR)/PerlMagick" && \
4547 perl Makefile.PL

Status & tagging log