Switch pcre to pcre2 https://github.com/openwrt/packages/issues/22006 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
223 B
Diff
11 lines
223 B
Diff
--- a/re_search.c
|
|
+++ b/re_search.c
|
|
@@ -16,7 +16,7 @@
|
|
#ifdef REGEX
|
|
#include <sys/queue.h>
|
|
#include <sys/types.h>
|
|
-#include <regex.h>
|
|
+#include <pcre2posix.h>
|
|
#include <signal.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|