aboutsummaryrefslogtreecommitdiff
path: root/ports/pcre2/CONTROL
diff options
context:
space:
mode:
authorWolfgang Stöggl <c72578@yahoo.de>2020-07-13 22:00:43 +0200
committerGitHub <noreply@github.com>2020-07-13 13:00:43 -0700
commita3eee82a385619ea7d78a5cbaa705eaebe978163 (patch)
treebba90a74e36a9fbc32d2e8e886fa3cd95c2a302e /ports/pcre2/CONTROL
parentdcf6e5fe06c20dca18e9daf9e98d3169c5f86de7 (diff)
downloadvcpkg-a3eee82a385619ea7d78a5cbaa705eaebe978163.tar.gz
vcpkg-a3eee82a385619ea7d78a5cbaa705eaebe978163.zip
[pcre2] Fix -mshstk needed with -fcf-protection (#12347)
- Fixes the following error: src/sljit/sljitConfigInternal.h:219:2: error: #error "-mshstk is needed to compile with -fcf-protection" - Upstream bug report: https://bugs.exim.org/show_bug.cgi?id=2578 - Add patch based on upstream commit: https://vcs.pcre.org/pcre2?view=revision&revision=1256 - Fixes #12343
Diffstat (limited to 'ports/pcre2/CONTROL')
-rw-r--r--ports/pcre2/CONTROL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/pcre2/CONTROL b/ports/pcre2/CONTROL
index 265da8e0a..75fd95488 100644
--- a/ports/pcre2/CONTROL
+++ b/ports/pcre2/CONTROL
@@ -1,4 +1,5 @@
Source: pcre2
Version: 10.35
+Port-Version: 1
Homepage: https://pcre.org/
Description: PCRE2 is a re-working of the original Perl Compatible Regular Expressions library