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 | + |
2 | 8 | imagemagick (7:6.6.2.6-1wm1) hardy; urgency=low |
3 | 9 | |
4 | 10 | * Backported from maverick to hardy |
Index: trunk/debs/imagemagick/debian/rules |
— | — | @@ -38,7 +38,9 @@ |
39 | 39 | --x-includes=/usr/include/X11 \ |
40 | 40 | --x-libraries=/usr/lib/X11 \ |
41 | 41 | --with-quantum-depth=8 \ |
42 | | - --without-lqr |
| 42 | + --without-lqr \ |
| 43 | + --without-threads \ |
| 44 | + --disable-openmp |
43 | 45 | |
44 | 46 | cd "$(CURDIR)/PerlMagick" && \ |
45 | 47 | perl Makefile.PL |