summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaywalker <jwilliams@nsllc.com>2018-02-08 20:09:06 -0600
committerSam Bingner <sam@bingner.com>2020-07-17 00:22:23 -1000
commit8c31572b1d8ccf372031c9885e4e66415a0241ae (patch)
tree184ade6a1b7b97b0a67b69c4a97f3042ca826380
parenta68b2a774f599b72686e965e90320b877f0f251a (diff)
build changes to work with our new http
-rw-r--r--methods/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/CMakeLists.txt b/methods/CMakeLists.txt
index c4a32b4f5..6c4c8d4af 100644
--- a/methods/CMakeLists.txt
+++ b/methods/CMakeLists.txt
@@ -19,7 +19,7 @@ target_compile_definitions(connectlib PRIVATE ${GNUTLS_DEFINITIONS})
target_include_directories(connectlib PRIVATE ${GNUTLS_INCLUDE_DIR})
# Additional libraries to link against for networked stuff
-target_link_libraries(http ${GNUTLS_LIBRARIES})
+target_link_libraries(http apt-pkg lockdown "-framework CoreFoundation" "-framework CFNetwork" "-framework SystemConfiguration" ${GNUTLS_LIBRARIES})
target_link_libraries(ftp ${GNUTLS_LIBRARIES})
# Install the library