* [Buildroot] [PATCH] erlang: don't build the Java stuff on the host
@ 2012-09-16 20:41 Thomas Petazzoni
2012-09-16 21:25 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-09-16 20:41 UTC (permalink / raw)
To: buildroot
We don't need the Java stuff, and it causes build failures on certain
machines:
http://autobuild.buildroot.org/results/99035e89e101c41d5e8b5ef6a025856f4af88ae2/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Note: with this patch, the build of Erlang still works on my
machine. However, I have never reproduced the build problem of
host-erlang on gcc14, so I can't be sure that this patch solves it,
but I'm fairly sure.
---
package/erlang/erlang.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk
index 63c655b..6d51376 100644
--- a/package/erlang/erlang.mk
+++ b/package/erlang/erlang.mk
@@ -17,6 +17,7 @@ ERLANG_LICENSE_FILES = EPLICENCE
ERLANG_CONF_ENV = ac_cv_func_isnan=yes ac_cv_func_isinf=yes
ERLANG_CONF_OPT = --without-javac
+HOST_ERLANG_CONF_OPT = --without-javac
ifeq ($(BR2_PACKAGE_NCURSES),y)
ERLANG_CONF_OPT += --with-termcap
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] erlang: don't build the Java stuff on the host
2012-09-16 20:41 [Buildroot] [PATCH] erlang: don't build the Java stuff on the host Thomas Petazzoni
@ 2012-09-16 21:25 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-09-16 21:25 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> We don't need the Java stuff, and it causes build failures on certain
Thomas> machines:
Thomas> http://autobuild.buildroot.org/results/99035e89e101c41d5e8b5ef6a025856f4af88ae2/build-end.log
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-16 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 20:41 [Buildroot] [PATCH] erlang: don't build the Java stuff on the host Thomas Petazzoni
2012-09-16 21:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox