diff options
Diffstat (limited to 'package/erlang/erlang.mk')
-rw-r--r-- | package/erlang/erlang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk index 0f04a84424..f3684d0c91 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -39,7 +39,7 @@ HOST_ERLANG_CONF_ENV += ERL_TOP=$(@D) # erlang uses openssl for all things crypto. Since the host tools (such as # rebar) uses crypto, we need to build host-erlang with support for openssl. HOST_ERLANG_DEPENDENCIES = host-openssl -HOST_ERLANG_CONF_OPTS = --without-javac --with-ssl=$(HOST_DIR)/usr +HOST_ERLANG_CONF_OPTS = --without-javac --with-ssl=$(HOST_DIR) HOST_ERLANG_CONF_OPTS += --without-termcap |