[pcre] fix build failure on s390x (#42460)

This commit is contained in:
l.feng 2024-12-05 04:50:55 +08:00 committed by GitHub
parent 21022e2301
commit 5deeb36ed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -20,7 +20,7 @@ vcpkg_from_sourceforge(
)
set(IS_PCRE_SUPPORT_JIT YES)
if(VCPKG_TARGET_ARCHITECTURE MATCHES "loongarch")
if(VCPKG_TARGET_ARCHITECTURE MATCHES "(loongarch|^s390)")
set(IS_PCRE_SUPPORT_JIT NO)
endif()

View File

@ -1,7 +1,7 @@
{
"name": "pcre",
"version": "8.45",
"port-version": 6,
"port-version": 7,
"description": "Perl Compatible Regular Expressions",
"homepage": "https://www.pcre.org/",
"license": null,

View File

@ -6930,7 +6930,7 @@
},
"pcre": {
"baseline": "8.45",
"port-version": 6
"port-version": 7
},
"pcre2": {
"baseline": "10.43",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efb74e04576fa0da0587cdb06cbfeef72a8d9218",
"version": "8.45",
"port-version": 7
},
{
"git-tree": "50cd82cb1c716b4c31687b01c009a751f4259c8e",
"version": "8.45",