summaryrefslogtreecommitdiffstats
path: root/ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch')
-rw-r--r--ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch b/ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch
deleted file mode 100644
index e21d75d..0000000
--- a/ejabberd-0002-Drop-post_hook_configure-from-rebar.config.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-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
-