Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-29 03:31:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-29 03:31:56 +0300
commitb5ed77d5a6c69c2fca199c4dc63c1590dd9f5ec6 (patch)
tree1d085041e134248490704f789268f632ab35778b /snap
parentc86795cd381829ea8d0330638e11bc4437850114 (diff)
Fixing snap build - removing nacl
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index dff7c00a4..9fef66383 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -74,13 +74,11 @@ parts:
# Remove this (and use again libssh-dev) once libssh-0.7 is available in distro
libssh-0.7:
plugin: cmake
- source: git://git.libssh.org/projects/libssh.git
- source-depth: 1
- source-branch: v0-7
+ source: "https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.7.5.tar.gz"
configflags:
- - -DCMAKE_BUILD_TYPE=Release
+ - -DCMAKE_BUILD_TYPE:STRING=Release
- -DWITH_GSSAPI=ON
- - -DWITH_NACL=1
+ - -DWITH_NACL=0
- -DWITH_EXAMPLES:BOOL=OFF
# XXX: This is an hack to have a kind of bind-mount with absolute prefix.