]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/Makefile.am: make curl show errors 3584/head
authorBas van Schaik <sjvs@users.noreply.github.com>
Wed, 16 Mar 2016 10:36:28 +0000 (10:36 +0000)
committerBas van Schaik <sjvs@users.noreply.github.com>
Wed, 16 Mar 2016 10:36:28 +0000 (10:36 +0000)
pdns/recursordist/Makefile.am

index 4766ac726fdc4dfd687f99291b37d5b43fb7d836..7b249c9105ac45a3ac39be037ab31d012981123a 100644 (file)
@@ -187,7 +187,7 @@ 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 https://publicsuffix.org/list/public_suffix_list.dat > $@; then rm -f $@; exit 1; fi
+       $(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
        $(AM_V_GEN)./mkpubsuffixcc