From 4374c3250f424f1e57b175961adb41f24489510d Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 22 Sep 2023 15:39:23 +0200 Subject: uwsgi: add experimental pcre2 patch and drop pcre Add experimental pcre2 patch and drop pcre in favor of pcre2 library. Signed-off-by: Christian Marangi --- net/uwsgi/patches/010-uclibc-ng.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/uwsgi/patches/010-uclibc-ng.patch') diff --git a/net/uwsgi/patches/010-uclibc-ng.patch b/net/uwsgi/patches/010-uclibc-ng.patch index e12c3c514..b3f1a6642 100644 --- a/net/uwsgi/patches/010-uclibc-ng.patch +++ b/net/uwsgi/patches/010-uclibc-ng.patch @@ -1,6 +1,6 @@ --- a/core/uwsgi.c +++ b/core/uwsgi.c -@@ -1822,7 +1822,7 @@ void uwsgi_plugins_atexit(void) { +@@ -1825,7 +1825,7 @@ void uwsgi_plugins_atexit(void) { void uwsgi_backtrace(int depth) { -- cgit v1.2.3