|
@@ -5,7 +5,7 @@
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
# See note below when updating Erlang
|
|
# See note below when updating Erlang
|
|
-ERLANG_VERSION = 20.0
|
|
|
|
|
|
+ERLANG_VERSION = 20.3
|
|
ERLANG_SITE = http://www.erlang.org/download
|
|
ERLANG_SITE = http://www.erlang.org/download
|
|
ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
|
|
ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
|
|
ERLANG_DEPENDENCIES = host-erlang
|
|
ERLANG_DEPENDENCIES = host-erlang
|
|
@@ -19,7 +19,7 @@ ERLANG_AUTORECONF = YES
|
|
|
|
|
|
# Whenever updating Erlang, this value should be updated as well, to the
|
|
# Whenever updating Erlang, this value should be updated as well, to the
|
|
# value of EI_VSN in the file lib/erl_interface/vsn.mk
|
|
# value of EI_VSN in the file lib/erl_interface/vsn.mk
|
|
-ERLANG_EI_VSN = 3.10
|
|
|
|
|
|
+ERLANG_EI_VSN = 3.10.1
|
|
|
|
|
|
# The configure checks for these functions fail incorrectly
|
|
# The configure checks for these functions fail incorrectly
|
|
ERLANG_CONF_ENV = ac_cv_func_isnan=yes ac_cv_func_isinf=yes
|
|
ERLANG_CONF_ENV = ac_cv_func_isnan=yes ac_cv_func_isinf=yes
|