summaryrefslogtreecommitdiffstats
path: root/no-fuzz.patch
diff options
context:
space:
mode:
authorPellegrino Prevete2022-03-05 02:04:51 +0000
committerPellegrino Prevete2022-03-05 02:04:51 +0000
commit3fe4e9a4995ee4c6a755527af70a58a33a5230e4 (patch)
treedccc4be794027c6f991962eecd960c1536be34e3 /no-fuzz.patch
parenta30f5e623ec8c7db4ba65d0104ebfe5cd96ac7b6 (diff)
upgrade to 2.9.13
Diffstat (limited to 'no-fuzz.patch')
-rw-r--r--no-fuzz.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/no-fuzz.patch b/no-fuzz.patch
deleted file mode 100644
index 122c40d..0000000
--- a/no-fuzz.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git i/Makefile.am w/Makefile.am
-index a9284b95..3d7b344d 100644
---- i/Makefile.am
-+++ w/Makefile.am
-@@ -2,9 +2,9 @@
-
- ACLOCAL_AMFLAGS = -I m4
-
--SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR)
-+SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
-
--DIST_SUBDIRS = include . doc example fuzz python xstc
-+DIST_SUBDIRS = include . doc example python xstc
-
- AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
-
-@@ -210,7 +210,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \
- $(CHECKER) ./runxmlconf$(EXEEXT)
- @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
- $(MAKE) tests ; fi)
-- @cd fuzz; $(MAKE) tests
-
- check: all runtests
-