From b5ed77d5a6c69c2fca199c4dc63c1590dd9f5ec6 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Sun, 29 Jul 2018 02:31:56 +0200 Subject: Fixing snap build - removing nacl --- snap/snapcraft.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'snap') 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. -- cgit v1.2.3