]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/getdns/openssl_depend_libs.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / getdns / openssl_depend_libs.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 7d22d3ca..7784ab58 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -335,7 +335,7 @@ check_include_file(openssl/rand.h HAVE_OPENSSL_RAND_H)
6 check_include_file(openssl/conf.h HAVE_OPENSSL_CONF_H)
7 check_include_file(openssl/engine.h HAVE_OPENSSL_ENGINE_H)
8
9 -set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_LIBRARIES})
10 +set(CMAKE_REQUIRED_LIBRARIES ${OPENSSL_LIBRARIES} ${getdns_system_libs})
11 check_function_exists(DSA_SIG_set0 HAVE_DSA_SIG_SET0)
12 check_function_exists(DSA_set0_pqg HAVE_DSA_SET0_PQG)
13 check_function_exists(DSA_set0_key HAVE_DSA_SET0_KEY)