From 74d26813f744ebdc195fb3fbe9b2cd5e8169b2a3 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 3 Jan 2023 17:54:07 -0500 Subject: [PATCH] lighttpd: fix meson build Signed-off-by: Glenn Strauss --- net/lighttpd/patches/020-meson-tests.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/lighttpd/patches/020-meson-tests.patch diff --git a/net/lighttpd/patches/020-meson-tests.patch b/net/lighttpd/patches/020-meson-tests.patch new file mode 100644 index 0000000000..c7db6efa16 --- /dev/null +++ b/net/lighttpd/patches/020-meson-tests.patch @@ -0,0 +1,19 @@ +From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001 +From: Glenn Strauss +Date: Tue, 3 Jan 2023 17:50:16 -0500 +Subject: [PATCH] [meson] remove t/test_mod_evasive.c + +--- + src/meson.build | 1 - + 1 file changed, 1 deletion(-) + +--- a/src/meson.build ++++ b/src/meson.build +@@ -721,7 +721,6 @@ test('test_mod', executable('test_mod', + 't/test_mod.c', + 't/test_mod_access.c', + 't/test_mod_alias.c', +- 't/test_mod_evasive.c', + 't/test_mod_evhost.c', + 't/test_mod_indexfile.c', + 't/test_mod_simple_vhost.c', -- 2.30.2