]> git.sesse.net Git - vlc/commitdiff
ncurses: parallel build is broken, force make -j1
authorRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 18:01:41 +0000 (13:01 -0500)
committerRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 18:02:03 +0000 (13:02 -0500)
contrib/src/ncurses/rules.mak

index 3053fdafae3ea633e4346fa8130359ff5fa76934..698165a28cff10cec5c535fbf79482d4758f94d5 100644 (file)
@@ -22,6 +22,6 @@ ncurses: ncurses-$(NCURSES_VERSION).tar.gz .sum-ncurses
 
 .ncurses: ncurses
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --without-debug --enable-widec --without-develop --without-shared --with-terminfo-dirs=/usr/share/terminfo
-       cd $</ncurses && make && make install
-       cd $</include && make && make install
+       cd $</ncurses && make -j1 && make install
+       cd $</include && make -j1 && make install
        touch $@