]> Git Repo - buildroot-mgba.git/commitdiff
erlang: don't build the Java stuff on the host
authorThomas Petazzoni <[email protected]>
Sun, 16 Sep 2012 10:41:02 +0000 (10:41 +0000)
committerPeter Korsgaard <[email protected]>
Sun, 16 Sep 2012 21:25:11 +0000 (23:25 +0200)
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 <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/erlang/erlang.mk

index 63c655ba2231124c5c8d524ac1ab50ff65f673d8..6d51376c1d5740fce4c4bb8027153f25f489d758 100644 (file)
@@ -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
This page took 0.033522 seconds and 4 git commands to generate.