zsh: disable PARALLEL_MAKE - close #714
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 28 Apr 2006 18:30:16 +0000 (18:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Apr 2006 18:30:16 +0000 (18:30 +0000)
packages/zsh/zsh_4.1.1.bb

index 8f96aba..814d471 100644 (file)
@@ -12,6 +12,8 @@ SRC_URI = "http://www.zsh.org/pub/old/zsh-${PV}.tar.bz2 \
 inherit autotools
 
 EXTRA_OECONF = "--with-curses-terminfo"
+PARALLEL_MAKE = ""
+
 do_configure_prepend () {
        if [ ! -e acinclude.m4 ]; then
                cat aczsh.m4 > acinclude.m4