File weakforced-2.0.0-no-download.patch of Package weakforced
Index: weakforced-2.6.0/configure.ac
===================================================================
--- weakforced-2.6.0.orig/configure.ac
+++ weakforced-2.6.0/configure.ac
@@ -85,10 +85,10 @@ PDNS_ENABLE_UNIT_TESTS
PDNS_ENABLE_SANITIZERS
# Check for dependent programs
AC_CHECK_PROG(PERL, perl, perl)
-AC_CHECK_PROG(HAVE_WGET, wget, wget)
-AS_IF([test "x$HAVE_WGET" = "x"], [
- AC_MSG_ERROR([wget not found, wget needed for downloading regexes.yaml and is required])
-])
+# AC_CHECK_PROG(HAVE_WGET, wget, wget)
+# AS_IF([test "x$HAVE_WGET" = "x"], [
+# AC_MSG_ERROR([wget not found, wget needed for downloading regexes.yaml and is required])
+# ])
AX_PROG_PERL_MODULES( Swagger2::Markdown, , AC_MSG_WARN(Need to install Perl Swagger2::Markdown))
# Look for protobuf
PDNS_WITH_PROTOBUF