102.11.0-1
[arch-packages.git] / libxml2 / trunk / 0002-HACK-Don-t-run-fuzzing-tests.patch
blobcb308a853bfd98e4e201b854d05c86e17df063f5
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
3 Date: Tue, 11 Apr 2023 21:59:24 +0000
4 Subject: [PATCH] HACK: Don't run fuzzing tests
6 They take way too long.
7 ---
8 Makefile.am | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
11 diff --git a/Makefile.am b/Makefile.am
12 index 316109b16148..3ef672fe911f 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -2,12 +2,12 @@
17 ACLOCAL_AMFLAGS = -I m4
19 -SUBDIRS = include . doc example fuzz xstc
20 +SUBDIRS = include . doc example xstc
21 if WITH_PYTHON
22 SUBDIRS += python
23 endif
25 -DIST_SUBDIRS = include . doc example fuzz python xstc
26 +DIST_SUBDIRS = include . doc example python xstc
28 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'