1 # erlang interface changed, so erl_interface head and lib are no longer required
2 --- opendkim-2.10.3/opendkim/opendkim-db.c 2024-05-24 19:50:30.375945194 +0200
3 +++ opendkim-2.10.3/opendkim/opendkim-db.c.new 2024-05-24 19:50:20.050730616 +0200
8 -# include <erl_interface.h>
9 +//# include <erl_interface.h>
11 #endif /* USE_ERLANG */
13 --- opendkim-2.10.3/configure.ac 2024-05-24 19:18:13.441188792 +0200
14 +++ opendkim-2.10.3/configure.ac.new 2024-05-24 19:53:35.889471118 +0200
16 AC_MSG_RESULT($erlbase)
17 LIBERL_INCDIRS="-I$erlbase/include"
18 LIBERL_LIBDIRS="-L$erlbase/lib"
19 - LIBERL_LIBS="-pthread -lerl_interface -lei"
20 + LIBERL_LIBS="-pthread -lei"
21 AC_DEFINE([USE_ERLANG], 1, [support for erlang access])
25 AC_MSG_RESULT($erlpath)
26 LIBERL_INCDIRS="-I$erlpath/include"
27 LIBERL_LIBDIRS="-L$erlpath/lib"
28 - LIBERL_LIBS="-pthread -lerl_interface -lei"
29 + LIBERL_LIBS="-pthread -lei"
32 AC_MSG_ERROR(not found at $erlpath)