sysklogd: fix build on musl
[buildroot-gz.git] / package / ejabberd / 0005-disable-ERLANG_DEPRECATED_CHECK.patch
blob4b68f5ff8507647bccc796a1e106b42847867b42
1 From d43a65b112ec995a5ee52aca2a16e5cf9699d7c1 Mon Sep 17 00:00:00 2001
2 From: Johan Oudinet <johan.oudinet@gmail.com>
3 Date: Wed, 20 Jan 2016 08:16:26 -0500
4 Subject: [PATCH] disable ERLANG_DEPRECATED_CHECK
6 Without this patch, the configure will try to execute erlang to check
7 if it uses deprecated types. Assume the answer is false.
8 ---
9 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/configure.ac b/configure.ac
13 index cd1ab08..a4f1533 100644
14 --- a/configure.ac
15 +++ b/configure.ac
16 @@ -235,7 +235,7 @@ if test "$ENABLEUSER" != ""; then
17 AC_SUBST([INSTALLUSER], [$ENABLEUSER])
20 -ERLANG_DEPRECATED_TYPES_CHECK
21 +AC_SUBST(erlang_deprecated_types, false)
23 if test "$sqlite" = "true"; then
24 AX_LIB_SQLITE3([3.6.19])
25 --
26 2.5.0