aboutsummaryrefslogtreecommitdiff
path: root/ports/wavpack/OpenSSL.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2019-05-24 18:50:17 +0200
committerPhil Christensen <philc@microsoft.com>2019-05-24 09:50:17 -0700
commita4f94540ae7f54c7ebccf0d816b6f56f514ff941 (patch)
treefd44ce7343fa6dabca7e8c5135f260bc6d27fac9 /ports/wavpack/OpenSSL.patch
parentba39468c5871960915c35ef4c04e7cd62c9054d1 (diff)
downloadvcpkg-a4f94540ae7f54c7ebccf0d816b6f56f514ff941.tar.gz
vcpkg-a4f94540ae7f54c7ebccf0d816b6f56f514ff941.zip
[wavpack] Link against openssl target (#6607)
Diffstat (limited to 'ports/wavpack/OpenSSL.patch')
-rw-r--r--ports/wavpack/OpenSSL.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/wavpack/OpenSSL.patch b/ports/wavpack/OpenSSL.patch
new file mode 100644
index 000000000..6d8e956ad
--- /dev/null
+++ b/ports/wavpack/OpenSSL.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 70e1043f..d8cb8b10 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -208,7 +208,7 @@ target_include_directories(wavpack
+ target_link_libraries(wavpack
+ PRIVATE
+ $<$<BOOL:${HAVE_LIBM}>:m>
+- $<$<BOOL:${WAVPACK_ENABLE_LIBCRYPTO}>:${OPENSSL_CRYPTO_LIBRARY}>
++ $<$<BOOL:${WAVPACK_ENABLE_LIBCRYPTO}>:OpenSSL::Crypto>
+ )
+ target_compile_definitions(wavpack
+ PRIVATE