jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / web / wget / patches / no-fuzz.patch
blobda1c20fdea7ccb2fb3ac7423a07408bd81a8fe64
1 Disable fuzz tests, as they require fmemopen
3 --- wget-1.21/Makefile.in 2020-12-31 16:54:36.000000000 +0000
4 +++ wget-1.21/Makefile.in 2021-01-01 20:23:27.118043752 +0000
5 @@ -1637,7 +1637,7 @@ distuninstallcheck_listfiles = find . -t
6 ACLOCAL_AMFLAGS = -I m4
8 # subdirectories in the distribution
9 -SUBDIRS = lib src doc po gnulib_po util fuzz tests testenv
10 +SUBDIRS = lib src doc po gnulib_po util tests testenv
11 EXTRA_DIST = MAILING-LIST \
12 msdos/config.h msdos/Makefile.DJ \
13 msdos/Makefile.WC ABOUT-NLS \