mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[pcre] Fix android NDK r26 (#38505)
Resolves https://github.com/microsoft/vcpkg/issues/38496.
This commit is contained in:
parent
0c019c6665
commit
645cfa3403
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -6698,7 +6698,7 @@
|
||||
},
|
||||
"pcre": {
|
||||
"baseline": "8.45",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"pcre2": {
|
||||
"baseline": "10.43",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "50cd82cb1c716b4c31687b01c009a751f4259c8e",
|
||||
"version": "8.45",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "7c8089ce40f585844a2ae5b9c80ba095b172d53d",
|
||||
"version": "8.45",
|
||||
|
Loading…
Reference in New Issue
Block a user