File 0001-HACK-Don-t-run-fuzzing-tests.patch of Package libxml2-2.11-archlinux
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org> Date: Tue, 11 Apr 2023 21:59:24 +0000 Subject: [PATCH] HACK: Don't run fuzzing tests They take way too long. --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5bc401813e6b..0d69d2cdf235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,8 @@ SUBDIRS = include . doc example xstc if WITH_PYTHON SUBDIRS += python endif -if WITH_GLOB -SUBDIRS += fuzz -endif -DIST_SUBDIRS = include . doc example fuzz python xstc +DIST_SUBDIRS = include . doc example python xstc AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'