]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Also adapt autotool build
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Jul 2025 08:35:34 +0000 (10:35 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Jul 2025 08:35:34 +0000 (10:35 +0200)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/Makefile.am

index aa579d6a30b839837ccdf6cf2d3ef9c8de206850..bb5a5b770eb85d30dfda78c60fc6b96a280296de 100644 (file)
@@ -67,7 +67,6 @@ EXTRA_DIST = \
        dnslabeltext.cc \
        dnslabeltext.rl \
        dnsmessage.proto \
-       effective_tld_names.dat \
        epollmplexer.cc \
        kqueuemplexer.cc \
        lua_hpp.mk \
@@ -560,13 +559,7 @@ nodist_rec_control_SOURCES = \
 dnslabeltext.cc: dnslabeltext.rl
        $(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc
 
-curl_verbose = $(curl_verbose_$(V))
-curl_verbose_ = $(curl_verbose_$(AM_DEFAULT_VERBOSITY))
-curl_verbose_0 = @echo "  CURL    " $@;
-$(srcdir)/effective_tld_names.dat:
-       $(curl_verbose)if ! curl -s -S https://publicsuffix.org/list/public_suffix_list.dat > $@; then rm -f $@; exit 1; fi
-
-pubsuffix.cc: $(srcdir)/effective_tld_names.dat
+pubsuffix.cc:
        $(srcdir)/mkpubsuffixcc $< $@
 
 ## Config file