summarylogtreecommitdiffstats
path: root/gitahead.patch
blob: 4e9d8e6767b97cf2faf9980c67a87989148a75ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -urN gitahead/dep/CMakeLists.txt gitahead/dep/CMakeLists.txt
--- gitahead/dep/CMakeLists.txt 2019-03-28 16:25:09.753615593 +0100
+++ gitahead/dep/CMakeLists.txt 2019-03-28 16:19:28.866933275 +0100
@@ -1,4 +1,3 @@
-add_subdirectory(openssl)
 add_subdirectory(libssh2)
 add_subdirectory(libgit2)

diff -urN gitahead/pack/CMakeLists.txt gitahead/pack/CMakeLists.txt
--- gitahead/pack/CMakeLists.txt 2019-03-28 16:06:48.996898436 +0100
+++ gitahead/pack/CMakeLists.txt 2019-03-28 16:23:57.830278953 +0100
@@ -147,7 +147,7 @@
 endif()

 # Install SSL libraries.
-if(NOT APPLE)
+if(FALSE)
   if(WIN32)
     if(CMAKE_CL_64)
       set(SSL_LIB_SUFFIX "-1_1-x64.dll")