aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-19 16:05:49 +0100
committerLoïc Hoguin <[email protected]>2020-03-19 16:05:49 +0100
commitf4a4020843574834719017ddd48b61e567eb37cb (patch)
treeec6a9d7c9e93b75a4414deb4c376f9a1ab8ac185
parente37af7ac0caffc661def1593c55b212cc2f05d3e (diff)
downloadgun-f4a4020843574834719017ddd48b61e567eb37cb.tar.gz
gun-f4a4020843574834719017ddd48b61e567eb37cb.tar.bz2
gun-f4a4020843574834719017ddd48b61e567eb37cb.zip
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.
-rw-r--r--Makefile1
-rw-r--r--src/gun_public_suffix.erl1
2 files changed, 0 insertions, 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);