[aseprite] 23/128: Don't use OpenSSL to compile curl

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 756f7173e132d76ec1fd08615dac673513fa07fc
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Apr 19 14:09:38 2016 -0300

    Don't use OpenSSL to compile curl
---
 third_party/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 28e4c45..dc6c5cc 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -54,6 +54,7 @@ endif()
 
 if(NOT USE_SHARED_CURL)
   set(BUILD_RELEASE_DEBUG_DIRS ON BOOL)
+  set(CMAKE_USE_OPENSSL OFF CACHE BOOL "Use OpenSSL code. Experimental")
   add_subdirectory(curl)
 endif()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list