diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-05-13 14:00:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 14:00:32 -0700 |
| commit | e6dcc079c81161786eb7b052209a2047e79f2c6c (patch) | |
| tree | ea78d0369165ac28a20e6e9c5fc9a99730e8098d /ports/curl/CurlAndroidCrossCompile.cmake | |
| parent | 1c066931af5c582b183fb805370f6cd94f48e822 (diff) | |
| download | vcpkg-e6dcc079c81161786eb7b052209a2047e79f2c6c.tar.gz vcpkg-e6dcc079c81161786eb7b052209a2047e79f2c6c.zip | |
[curl] Fix android builds. Greatly simplify pkgconfig handling. (#17418)
* [curl] Fix android builds. Greatly simplify pkgconfig handling.
* [curl] Fix permissions on curl-config
* [curl] Fix missing assigment in replacement
* [curl] Update version
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/curl/CurlAndroidCrossCompile.cmake')
| -rw-r--r-- | ports/curl/CurlAndroidCrossCompile.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ports/curl/CurlAndroidCrossCompile.cmake b/ports/curl/CurlAndroidCrossCompile.cmake deleted file mode 100644 index 43a5a1492..000000000 --- a/ports/curl/CurlAndroidCrossCompile.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -# SPDX-License-Identifier: Apache-2.0. -# - -SET( HAVE_GLIBC_STRERROR_R 1 CACHE STRING "Result from TRY_RUN" FORCE) -SET( HAVE_GLIBC_STRERROR_R__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -SET( HAVE_POSIX_STRERROR_R 0 CACHE STRING "Result from TRY_RUN" FORCE) -SET( HAVE_POSIX_STRERROR_R__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -SET( HAVE_POLL_FINE_EXITCODE 0 CACHE STRING "Result from TRY_RUN" FORCE ) -SET( HAVE_POLL_FINE_EXITCODE__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -SET( CURL_HAS_H2_EXITCODE 0 CACHE STRING "Result from TRY_RUN" FORCE ) -SET( CURL_HAS_H2_EXITCODE__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -SET( CURL_HAS_TLS_PROXY_EXITCODE 0 CACHE STRING "Result from TRY_RUN" FORCE ) -SET( CURL_HAS_TLS_PROXY_EXITCODE__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -SET( OPENSSL_CRYPTO_LIBRARY crypto CACHE STRING "Set crypto" FORCE ) -SET( OPENSSL_SSL_LIBRARY ssl CACHE STRING "Set ssl" FORCE ) |
