changeset 283:065a5b483258

bugfix to avoid crashing parallel builds in package gettext
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 06 Mar 2009 23:35:08 +0100
parents 44ce30959976
children eb5d52f8c620
files src/gettext.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \