aboutsummarylogtreecommitdiffstats
path: root/0012-Fix-linking-against-static-pcre.patch
diff options
context:
space:
mode:
authorMartchus2020-11-21 16:52:15 +0100
committerMartchus2020-11-21 16:52:15 +0100
commitb50768911b01d8a81790ee2fa0dda1fcc4c33267 (patch)
tree1e8a4909bd1d95200bd110c3238290af81c04d91 /0012-Fix-linking-against-static-pcre.patch
parent6d17f19b24ea4dc27d6be759bafbcce8b54bd012 (diff)
downloadaur-b50768911b01d8a81790ee2fa0dda1fcc4c33267.tar.gz
Update to 5.15.2
Diffstat (limited to '0012-Fix-linking-against-static-pcre.patch')
-rw-r--r--0012-Fix-linking-against-static-pcre.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0012-Fix-linking-against-static-pcre.patch b/0012-Fix-linking-against-static-pcre.patch
index 28b23b6848cb..403c1e8665a1 100644
--- a/0012-Fix-linking-against-static-pcre.patch
+++ b/0012-Fix-linking-against-static-pcre.patch
@@ -1,4 +1,4 @@
-From f67ffa152627401a4daba9dea452acc4a6cb5621 Mon Sep 17 00:00:00 2001
+From 3bb30ee7403e468705aa03e1d92f797d6ce38332 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 18 Sep 2016 14:24:01 +0200
Subject: [PATCH 12/31] Fix linking against static pcre
@@ -9,7 +9,7 @@ Change-Id: I3225c6e82dc4d17aef37d4289c16eb7a5ea3c5a1
1 file changed, 4 insertions(+)
diff --git a/src/corelib/text/qregularexpression.cpp b/src/corelib/text/qregularexpression.cpp
-index 729269d0f4..128baafd56 100644
+index d7e3cc5ee2..e17c19fbae 100644
--- a/src/corelib/text/qregularexpression.cpp
+++ b/src/corelib/text/qregularexpression.cpp
@@ -53,6 +53,10 @@
@@ -24,5 +24,5 @@ index 729269d0f4..128baafd56 100644
#include <pcre2.h>
--
-2.28.0
+2.29.2