diff options
author | Viktor Szakats <commit@vsz.me> | 2023-12-14 04:39:35 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2023-12-14 04:39:35 +0000 |
commit | fccbb9b556e4922380c296ee03364fb2cde87d13 (patch) | |
tree | e353548978fc872a5125a953c7701b8c54417551 /apps | |
parent | 834434b27dfd02a51c6f71938eb6ec9096ec0b6c (diff) | |
download | portable-fccbb9b556e4922380c296ee03364fb2cde87d13.tar.gz portable-fccbb9b556e4922380c296ee03364fb2cde87d13.tar.bz2 portable-fccbb9b556e4922380c296ee03364fb2cde87d13.zip |
nc needs compat_obj on some platforms
Diffstat (limited to 'apps')
-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) |