summarylogtreecommitdiffstats
path: root/gitahead.patch
blob: c57f8785dc8c95b2e10499db273261b1d58b0d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b39f3a4..0b9b550 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ endif()
 
 find_package(Qt5 5.9 COMPONENTS ${QT_MODULES} LinguistTools REQUIRED)
 
-set(QT_TRANSLATIONS_DIR "${Qt5_DIR}/../../../translations")
+set(QT_TRANSLATIONS_DIR "/usr/share/qt/translations")
 
 if(APPLE)
   foreach(QT_MODULE ${QT_MODULES})
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index d589b6f..02e9035 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -1,6 +1,5 @@
 find_package(PkgConfig)
 
-add_subdirectory(openssl)
 add_subdirectory(libssh2)
 add_subdirectory(libgit2)
 
diff --git a/dep/libssh2/CMakeLists.txt b/dep/libssh2/CMakeLists.txt
index d5ee005..6ca9e34 100644
--- a/dep/libssh2/CMakeLists.txt
+++ b/dep/libssh2/CMakeLists.txt
@@ -1,7 +1,7 @@
 if(PKG_CONFIG_FOUND)
   pkg_check_modules(LIBSSH2 libssh2)
 endif()
-if(NOT LIBSSH2_FOUND)
+if(TRUE)
   set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
   set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
 
diff --git a/pack/CMakeLists.txt b/pack/CMakeLists.txt
index 61bd9fa..8338b7a 100644
--- a/pack/CMakeLists.txt
+++ b/pack/CMakeLists.txt
@@ -139,7 +139,7 @@ if(UNIX AND NOT APPLE)
 endif()
 
 # Install SSL libraries.
-if(NOT APPLE)
+if(FALSE)
   if(WIN32)
     if(CMAKE_SIZEOF_VOID_P EQUAL 8)
       set(SSL_LIB_SUFFIX "-1_1-x64.dll")