aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-12-14 09:11:27 +0100
committerTheo Buehler <tb@openbsd.org>2023-12-14 09:11:27 +0100
commitf1cfcd5bb3781aafe62ca201b685999804fedced (patch)
tree613dfa61406a6ba33246c04e3bdcafedd574d49f /apps
parent05902e63c9b80d25f4367fb0f8f441669510eb2e (diff)
parent5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de (diff)
downloadportable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.gz
portable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.bz2
portable-f1cfcd5bb3781aafe62ca201b685999804fedced.zip
Land #972
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/CMakeLists.txt2
-rw-r--r--apps/ocspcheck/CMakeLists.txt2
-rw-r--r--apps/openssl/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/nc/CMakeLists.txt b/apps/nc/CMakeLists.txt
index 868b797..7bbdb02 100644
--- a/apps/nc/CMakeLists.txt
+++ b/apps/nc/CMakeLists.txt
@@ -40,7 +40,7 @@ target_include_directories(nc
40 PUBLIC 40 PUBLIC
41 ../../include 41 ../../include
42 ${CMAKE_BINARY_DIR}/include) 42 ${CMAKE_BINARY_DIR}/include)
43target_link_libraries(nc ${LIBTLS_LIBS}) 43target_link_libraries(nc ${LIBTLS_LIBS} compat_obj)
44 44
45if(ENABLE_NC) 45if(ENABLE_NC)
46 if(ENABLE_LIBRESSL_INSTALL) 46 if(ENABLE_LIBRESSL_INSTALL)
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt
index 41c7845..778e837 100644
--- a/apps/ocspcheck/CMakeLists.txt
+++ b/apps/ocspcheck/CMakeLists.txt
@@ -20,7 +20,7 @@ target_include_directories(ocspcheck
20 PUBLIC 20 PUBLIC
21 ../../include 21 ../../include
22 ${CMAKE_BINARY_DIR}/include) 22 ${CMAKE_BINARY_DIR}/include)
23target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) 23target_link_libraries(ocspcheck tls ${OPENSSL_LIBS} compat_obj tls_compat_obj)
24 24
25if(ENABLE_LIBRESSL_INSTALL) 25if(ENABLE_LIBRESSL_INSTALL)
26 install(TARGETS ocspcheck DESTINATION ${CMAKE_INSTALL_BINDIR}) 26 install(TARGETS ocspcheck DESTINATION ${CMAKE_INSTALL_BINDIR})
diff --git a/apps/openssl/CMakeLists.txt b/apps/openssl/CMakeLists.txt
index efea217..f2dcf97 100644
--- a/apps/openssl/CMakeLists.txt
+++ b/apps/openssl/CMakeLists.txt
@@ -75,7 +75,7 @@ target_include_directories(openssl
75 PUBLIC 75 PUBLIC
76 ../../include 76 ../../include
77 ${CMAKE_BINARY_DIR}/include) 77 ${CMAKE_BINARY_DIR}/include)
78target_link_libraries(openssl ${OPENSSL_LIBS}) 78target_link_libraries(openssl ${OPENSSL_LIBS} compat_obj)
79 79
80if(ENABLE_LIBRESSL_INSTALL) 80if(ENABLE_LIBRESSL_INSTALL)
81 install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR}) 81 install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR})