[pcre] Fix android NDK r26 (#38505)

Resolves https://github.com/microsoft/vcpkg/issues/38496.
This commit is contained in:
Kai Pastor 2024-05-06 21:53:09 +02:00 committed by GitHub
parent 0c019c6665
commit 645cfa3403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -22,8 +22,8 @@ index 2c3a309..cdd480f 100644
-CHECK_FUNCTION_EXISTS(strtoq HAVE_STRTOQ)
-CHECK_FUNCTION_EXISTS(_strtoi64 HAVE__STRTOI64)
+CHECK_SYMBOL_EXISTS(bcopy strings.h HAVE_BCOPY)
+CHECK_SYMBOL_EXISTS(memmove strings.h HAVE_MEMMOVE)
+CHECK_SYMBOL_EXISTS(strerror strings.h HAVE_STRERROR)
+CHECK_SYMBOL_EXISTS(memmove string.h HAVE_MEMMOVE)
+CHECK_SYMBOL_EXISTS(strerror string.h HAVE_STRERROR)
+CHECK_SYMBOL_EXISTS(strtoll stdlib.h HAVE_STRTOLL)
+CHECK_SYMBOL_EXISTS(strtoq stdlib.h HAVE_STRTOQ)
+CHECK_SYMBOL_EXISTS(_strtoi64 stdlib.h HAVE__STRTOI64)

View File

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

View File

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

View File

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