summaryrefslogtreecommitdiffstats
path: root/ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch
blob: e21d75d02cee80f66ee76dbdb189a6669c7bc321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From a2c9bedb099a5e1efe3562e61679752351ef819e Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Sat, 11 Nov 2017 00:46:13 -0500
Subject: [PATCH] Drop post_hook_configure from rebar.config.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
 rebar.config | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/rebar.config b/rebar.config
index 323605f2..a2159da8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -152,16 +152,6 @@
 {if_version_above, "17", {cover_enabled, true}}.
 {cover_export_enabled, true}.
 
-{post_hook_configure, [{"fast_tls", []},
-                       {"stringprep", []},
-                       {"fast_yaml", []},
-                       {if_var_true, sip, {"esip", []}},
-                       {"fast_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
-                       {if_var_true, pam, {"epam", []}},
-                       {if_var_true, zlib, {"ezlib", []}},
-		       {if_var_true, graphics, {"eimp", []}},
-                       {if_var_true, iconv, {"iconv", []}}]}.
-
 {port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
 
 {port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
-- 
2.14.3