Commit 7abc4fee authored by Rafaël Carré's avatar Rafaël Carré

ncurses: parallel build is broken, force make -j1

parent b1e7c0eb
......@@ -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 $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment