projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20271a0
)
pakage/erlang: fix host build without termcap (curses) library
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Mon, 17 Nov 2014 22:33:16 +0000
(23:33 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 18 Nov 2014 20:52:31 +0000
(21:52 +0100)
We do not need termcap (curses) support in the host variant of erlang.
Fixes a bunch of autobuild failures;
http://autobuild.buildroot.net/results/4be/
4bef658b6815929058c769037211f7e0fc8d1f9c
/
http://autobuild.buildroot.net/results/726/
72619ed15590a3a5a41b7c398d973766ecab0a2e
/
http://autobuild.buildroot.net/results/366/
366439438549d5f7656be72f71dae3bb5f99c6b2
/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Nathaniel Roach <nroach44@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/erlang/erlang.mk
patch
|
blob
|
history
diff --git
a/package/erlang/erlang.mk
b/package/erlang/erlang.mk
index e6899ded66fe5cbf6167ca91ac855df666fc5821..ef0e0a298782e0be23d16d6fefd6a0a23d5eeb1c 100644
(file)
--- a/
package/erlang/erlang.mk
+++ b/
package/erlang/erlang.mk
@@
-27,6
+27,8
@@
ERLANG_CONF_OPTS = --without-javac
HOST_ERLANG_DEPENDENCIES = host-openssl
HOST_ERLANG_CONF_OPTS = --without-javac --with-ssl=$(HOST_DIR)/usr
+HOST_ERLANG_CONF_OPTS += --without-termcap
+
ifeq ($(BR2_PACKAGE_NCURSES),y)
ERLANG_CONF_OPTS += --with-termcap
ERLANG_DEPENDENCIES += ncurses