lighttpd: fix meson build
[feed/packages.git] / net / lighttpd / patches / 020-meson-tests.patch
1 From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001
2 From: Glenn Strauss <gstrauss@gluelogic.com>
3 Date: Tue, 3 Jan 2023 17:50:16 -0500
4 Subject: [PATCH] [meson] remove t/test_mod_evasive.c
5
6 ---
7 src/meson.build | 1 -
8 1 file changed, 1 deletion(-)
9
10 --- a/src/meson.build
11 +++ b/src/meson.build
12 @@ -721,7 +721,6 @@ test('test_mod', executable('test_mod',
13 't/test_mod.c',
14 't/test_mod_access.c',
15 't/test_mod_alias.c',
16 - 't/test_mod_evasive.c',
17 't/test_mod_evhost.c',
18 't/test_mod_indexfile.c',
19 't/test_mod_simple_vhost.c',