diff options
Diffstat (limited to '0001-remove-trailing-space.patch')
-rw-r--r-- | 0001-remove-trailing-space.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/0001-remove-trailing-space.patch b/0001-remove-trailing-space.patch deleted file mode 100644 index ad156a9..0000000 --- a/0001-remove-trailing-space.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6553d00c0d103b1abe530c9dfdc2e37a6f8875f9 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -Date: Tue, 1 Oct 2024 12:00:16 +0200 -Subject: [PATCH 1/3] remove trailing space - ---- - config.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/config.m4 b/config.m4 -index 73f8097..68f14fa 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -56,7 +56,7 @@ if test "$PHP_YAF" != "no"; then - routes/yaf_route_simple.c \ - routes/yaf_route_supervar.c \ - routes/yaf_route_regex.c \ -- routes/yaf_route_rewrite.c \ -+ routes/yaf_route_rewrite.c \ - routes/yaf_route_map.c \ - yaf_loader.c \ - yaf_registry.c \ --- -2.50.1 - |