diff options
| author | Owen Rudge <owen@owenrudge.net> | 2020-06-03 06:46:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-02 22:46:54 -0700 |
| commit | 23efb170c85ae014e6030a6d7af2e0023ff3901c (patch) | |
| tree | 2101d895d6f5f7a04fc9d94ceb90a3d267930e05 | |
| parent | 0dbc334ef55db4348b870bd3db12a0b4b7d96df8 (diff) | |
| download | vcpkg-23efb170c85ae014e6030a6d7af2e0023ff3901c.tar.gz vcpkg-23efb170c85ae014e6030a6d7af2e0023ff3901c.zip | |
[cpprestsdk] Avoid using pkg-config to find OpenSSL libraries on Linux (#11694)
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cpprestsdk/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 90e88fc42..936209f50 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.16 +Version: 2.10.16-1 Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index ec5027174..f6cfe2b98 100644 --- a/ports/cpprestsdk/portfile.cmake +++ b/ports/cpprestsdk/portfile.cmake @@ -32,6 +32,7 @@ vcpkg_configure_cmake( -DBUILD_SAMPLES=OFF -DCPPREST_EXPORT_DIR=share/cpprestsdk -DWERROR=OFF + -DPKG_CONFIG_EXECUTABLE=FALSE OPTIONS_DEBUG -DCPPREST_INSTALL_HEADERS=OFF ) |
