[vlc-commits] ncurses: parallel build is broken, force make -j1

Rafaël Carré git at videolan.org
Sat Nov 26 19:02:08 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 13:01:41 2011 -0500| [7abc4fee7cf2df2c306a6ac6f497e4ce2065ae9e] | committer: Rafaël Carré

ncurses: parallel build is broken, force make -j1

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7abc4fee7cf2df2c306a6ac6f497e4ce2065ae9e
---

 contrib/src/ncurses/rules.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/ncurses/rules.mak b/contrib/src/ncurses/rules.mak
index 3053fda..698165a 100644
--- a/contrib/src/ncurses/rules.mak
+++ b/contrib/src/ncurses/rules.mak
@@ -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 $@



More information about the vlc-commits mailing list