Index: trunk/debs/imagemagick/debian/changelog |
— | — | @@ -1,3 +1,9 @@ |
| 2 | +imagemagick (7:6.6.2.6-1wm3) lucid; urgency=low |
| 3 | + |
| 4 | + * Really disabled threads ha ha ha |
| 5 | + |
| 6 | + -- Domas Mituzas <domas@wikimedia.org> Sat, 23 Oct 2010 11:16:49 -05:00 |
| 7 | + |
2 | 8 | imagemagick (7:6.6.2.6-1wm2) lucid; urgency=low |
3 | 9 | |
4 | 10 | * Disabled threads and OpenMP to avoid futex() hang on OOM |
Index: trunk/debs/imagemagick/debian/rules |
— | — | @@ -42,6 +42,9 @@ |
43 | 43 | --without-threads \ |
44 | 44 | --disable-openmp |
45 | 45 | |
| 46 | + echo "#undef HAVE_PTHREAD" >> config/config.h |
| 47 | + echo "#undef MAGICKCORE_HAVE_PTHREAD" >> magick/magick-config.h |
| 48 | + |
46 | 49 | cd "$(CURDIR)/PerlMagick" && \ |
47 | 50 | perl Makefile.PL |
48 | 51 | |