From 73ace3cfa0c68371fd8812cc9dca963419fe712e Mon Sep 17 00:00:00 2001 From: Jaywalker Date: Thu, 8 Feb 2018 20:09:06 -0600 Subject: build changes to work with our new http --- methods/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3