summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorJaywalker <jwilliams@nsllc.com>2018-02-08 20:09:06 -0600
committerSam Bingner <sam@bingner.com>2019-12-26 15:12:15 -1000
commit73ace3cfa0c68371fd8812cc9dca963419fe712e (patch)
tree0216e5232096eeb6fff26a5d416300cd360640c3 /methods
parentcfb1a14d4b514fd5684bff18c20aef2708db5726 (diff)
build changes to work with our new http
Diffstat (limited to 'methods')
-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