# HG changeset patch # User Volker Grabsch # Date 1236378908 -3600 # Node ID 065a5b4832587a38b10a5041246db6ac2a25f769 # Parent 44ce30959976d83c96e9f29168b32d009b2d2388 bugfix to avoid crashing parallel builds in package gettext diff -r 44ce30959976 -r 065a5b483258 src/gettext.mk --- a/src/gettext.mk Fri Mar 06 18:11:08 2009 +0100 +++ b/src/gettext.mk Fri Mar 06 23:35:08 2009 +0100 @@ -22,7 +22,7 @@ --prefix='$(1)/libiconv' \ --disable-shared \ --disable-nls - $(MAKE) -C '$(1)/$(libiconv_SUBDIR)' -j '$(JOBS)' install + $(MAKE) -C '$(1)/$(libiconv_SUBDIR)' -j 1 install # native build for gettext-tools cd '$(1)/gettext-tools' && ./configure \