]> git.pld-linux.org Git - packages/xen.git/blobdiff - xen-no_fetcher.patch
- more gcc10 patch updates
[packages/xen.git] / xen-no_fetcher.patch
index 2d8fa494b92df0e989ed180abac3910ab1a0f073..8b9047a419d2504b9c81333f2d42c254e9b8bd93 100644 (file)
@@ -1,9 +1,10 @@
 diff -dur xen-4.3.0.orig/m4/fetcher.m4 xen-4.3.0/m4/fetcher.m4
 --- xen-4.3.0.orig/m4/fetcher.m4       2013-07-09 12:46:56.000000000 +0200
 +++ xen-4.3.0/m4/fetcher.m4    2013-10-05 18:39:42.948294115 +0200
-@@ -1,14 +1,4 @@
+@@ -1,16 +1,4 @@
  AC_DEFUN([AX_CHECK_FETCHER], [
 -AC_PATH_PROG([WGET],[wget], [no])
+-AC_PATH_PROG([FALSE],[false], [/bin/false])
 -AS_IF([test x"$WGET" != x"no"], [
 -    FETCHER="$WGET -c -O"
 -], [
@@ -11,7 +12,8 @@ diff -dur xen-4.3.0.orig/m4/fetcher.m4 xen-4.3.0/m4/fetcher.m4
 -    AS_IF([test x"$FTP" != x"no"], [
 -        FETCHER="$FTP -o"
 -    ], [
--        AC_MSG_ERROR([cannot find wget or ftp])
+-        FETCHER="$FALSE"
+-        AC_MSG_WARN([cannot find wget or ftp])
 -    ])
 -])
 +FETCHER="/bin/false Refusing to download"
This page took 0.104684 seconds and 4 git commands to generate.