Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7abc4fee
Commit
7abc4fee
authored
Nov 26, 2011
by
Rafaël Carré
Browse files
ncurses: parallel build is broken, force make -j1
parent
b1e7c0eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/ncurses/rules.mak
View file @
7abc4fee
...
...
@@ -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
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment