summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch b/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch
deleted file mode 100644
index 6aa843b75d..0000000000
--- a/meta/recipes-extended/lighttpd/lighttpd/fix-missing-test.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From d809433d6d900e899f796606b11bdc6a73413ac5 Mon Sep 17 00:00:00 2001
2From: Glenn Strauss <gstrauss@gluelogic.com>
3Date: Tue, 3 Jan 2023 17:50:16 -0500
4Subject: [PATCH] [meson] remove t/test_mod_evasive.c
5
6Upstream-Status: Backport [https://github.com/lighttpd/lighttpd1.4/commit/d809433d6d900e899f796606b11bdc6a73413ac5]
7Signed-off-by: Alexander Kanavin <alex@linutronix.de>
8---
9 src/meson.build | 1 -
10 1 file changed, 1 deletion(-)
11
12diff --git a/src/meson.build b/src/meson.build
13index ff472c320..77089fc3c 100644
14--- a/src/meson.build
15+++ b/src/meson.build
16@@ -721,7 +721,6 @@ test('test_mod', executable('test_mod',
17 't/test_mod.c',
18 't/test_mod_access.c',
19 't/test_mod_alias.c',
20- 't/test_mod_evasive.c',
21 't/test_mod_evhost.c',
22 't/test_mod_indexfile.c',
23 't/test_mod_simple_vhost.c',