From f4a4020843574834719017ddd48b61e567eb37cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 19 Mar 2020 16:05:49 +0100 Subject: Fix gun_public_suffix compile problem There's no need to have idna listed in ALL_DEPS_DIR we only use it for "make gen" which does not require it. --- Makefile | 1 - src/gun_public_suffix.erl | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 76e77ba..94b38f6 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,6 @@ GEN_OUT = src/gun_public_suffix.erl # We use idna for punycode encoding when generating the module. dep_idna = git https://github.com/benoitc/erlang-idna 6.0.0 -ALL_DEPS_DIRS += $(DEPS_DIR)/idna $(eval $(call dep_target,idna)) # 33 is $! diff --git a/src/gun_public_suffix.erl b/src/gun_public_suffix.erl index e2a1299..b624a8e 100644 --- a/src/gun_public_suffix.erl +++ b/src/gun_public_suffix.erl @@ -7191,7 +7191,6 @@ m(S = [<<"vip">>]) -> e(S); m(S = [<<"virgin">>]) -> e(S); m(S = [<<"visa">>]) -> e(S); m(S = [<<"vision">>]) -> e(S); -m(S = [<<"vistaprint">>]) -> e(S); m(S = [<<"viva">>]) -> e(S); m(S = [<<"vivo">>]) -> e(S); m(S = [<<"vlaanderen">>]) -> e(S); -- cgit v1.2.3