You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2021/02/15 22:48:13 UTC

[couchdb-rebar] 01/01: support erlang 23

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch 23
in repository https://gitbox.apache.org/repos/asf/couchdb-rebar.git

commit 6548691983edbf80522e4a0282f07daaa75624cc
Author: Robert Newson <ro...@uk.ibm.com>
AuthorDate: Mon Feb 15 22:47:35 2021 +0000

    support erlang 23
---
 src/rebar_port_compiler.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl
index 9679c80..44f7b0d 100644
--- a/src/rebar_port_compiler.erl
+++ b/src/rebar_port_compiler.erl
@@ -673,7 +673,7 @@ default_env() ->
                        "\" "
                       ])},
      {"ERL_EI_LIBDIR", lists:concat(["\"", erl_interface_dir(lib), "\""])},
-     {"ERL_LDFLAGS"  , " -L$ERL_EI_LIBDIR -lerl_interface -lei"},
+     {"ERL_LDFLAGS"  , " -L$ERL_EI_LIBDIR -lei"},
      {"ERLANG_ARCH"  , rebar_utils:wordsize()},
      {"ERLANG_TARGET", rebar_utils:get_arch()},