From 0b9263bc15118f8c00403d82e592b038a0e30228 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 8 Feb 2022 15:37:45 +0100 Subject: [PATCH] Add forgotten option NO_CUSTOMIZE_HOSTNAME_CHECK to mix.exs --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index dc075c0c7..a968477bf 100644 --- a/mix.exs +++ b/mix.exs @@ -84,6 +84,7 @@ defmodule Ejabberd.MixProject do if_version_above('20', [{:d, :DEPRECATED_GET_STACKTRACE}]) ++ if_version_below('21', [{:d, :USE_OLD_HTTP_URI}]) ++ if_version_below('22', [{:d, :LAGER}]) ++ + if_version_below('21', [{:d, :NO_CUSTOMIZE_HOSTNAME_CHECK}]) ++ if_version_below('23', [{:d, :USE_OLD_CRYPTO_HMAC}]) ++ if_version_below('23', [{:d, :USE_OLD_PG2}]) ++ if_version_below('24', [{:d, :COMPILER_REPORTS_ONLY_LINES}]) ++