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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

