r75249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75248‎ | r75249 | r75250 >
Date:15:31, 23 October 2010
Author:midom
Status:resolved (Comments)
Tags:
Comment:
I'm in ur SVN, fixink ur scalerz
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-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+
28 imagemagick (7:6.6.2.6-1wm2) lucid; urgency=low
39
410 * Disabled threads and OpenMP to avoid futex() hang on OOM
Index: trunk/debs/imagemagick/debian/rules
@@ -42,6 +42,9 @@
4343 --without-threads \
4444 --disable-openmp
4545
 46+ echo "#undef HAVE_PTHREAD" >> config/config.h
 47+ echo "#undef MAGICKCORE_HAVE_PTHREAD" >> magick/magick-config.h
 48+
4649 cd "$(CURDIR)/PerlMagick" && \
4750 perl Makefile.PL
4851

Comments

#Comment by 😂 (talk | contribs)   17:19, 23 October 2010

There is a typo in the commit msg.

#Comment by Midom (talk | contribs)   20:06, 23 October 2010

there was a typo in the changelog line though, that was breaking package builds, got fixed eventually

Status & tagging log