diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-14 09:11:27 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-14 09:11:27 +0100 |
commit | f1cfcd5bb3781aafe62ca201b685999804fedced (patch) | |
tree | 613dfa61406a6ba33246c04e3bdcafedd574d49f /apps/nc | |
parent | 05902e63c9b80d25f4367fb0f8f441669510eb2e (diff) | |
parent | 5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de (diff) | |
download | portable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.gz portable-f1cfcd5bb3781aafe62ca201b685999804fedced.tar.bz2 portable-f1cfcd5bb3781aafe62ca201b685999804fedced.zip |
Land #972
Diffstat (limited to 'apps/nc')
-rw-r--r-- | apps/nc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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) |
43 | target_link_libraries(nc ${LIBTLS_LIBS}) | 43 | target_link_libraries(nc ${LIBTLS_LIBS} compat_obj) |
44 | 44 | ||
45 | if(ENABLE_NC) | 45 | if(ENABLE_NC) |
46 | if(ENABLE_LIBRESSL_INSTALL) | 46 | if(ENABLE_LIBRESSL_INSTALL) |