From c0cf1fa6d122b0c2ca6aed858e6d14cc5567ac2c Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Fri, 1 May 2026 14:50:09 +0200 Subject: [PATCH] disable fuzz testing binaries, those are FTBFS at the moment During linking gcc fails with function main doesn't exist. Gbp-Pq: Name disable_fuzz_testing.patch --- lib/c_glib/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/c_glib/test/Makefile.am b/lib/c_glib/test/Makefile.am index 8d715c4..73d9281 100644 --- a/lib/c_glib/test/Makefile.am +++ b/lib/c_glib/test/Makefile.am @@ -18,7 +18,7 @@ # AUTOMAKE_OPTIONS = subdir-objects serial-tests nostdinc -SUBDIRS = fuzz +SUBDIRS = BUILT_SOURCES = \ gen-c_glib/t_test_container_test_types.c \ -- 2.30.2