summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-11-20 17:48:05 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-11-23 00:21:58 +0100
commitf0ad1a3976639940d35a5c2820289d51f1cb91bf (patch)
tree82fa5936964022957d87737e0bc6e9e8fbb1781e /dev-libs/libpcre
parentdev-db/sqlite: remove unused patch (diff)
downloadgentoo-f0ad1a3976639940d35a5c2820289d51f1cb91bf.tar.gz
gentoo-f0ad1a3976639940d35a5c2820289d51f1cb91bf.tar.bz2
gentoo-f0ad1a3976639940d35a5c2820289d51f1cb91bf.zip
dev-libs/libpcre: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libpcre')
-rw-r--r--dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch b/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch
deleted file mode 100644
index b5392677943d..000000000000
--- a/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://bugs.exim.org/show_bug.cgi?id=2173#c4
-
---- a/pcre_exec.c
-+++ b/pcre_exec.c
-@@ -509,6 +509,12 @@
- (e.g. stopped by repeated call or recursion limit)
- */
-
-+#ifdef __GNUC__
-+static int
-+match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode,
-+ PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
-+ unsigned int rdepth) __attribute__((noinline,noclone));
-+#endif
- static int
- match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode,
- PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,