Commit 49dd9218 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: ssh2: explicitely depend on gcrypt

OpenSSL is the default if both exist

(cherry picked from commit ae5f50c8eef0288c423657b21fa1f1b425aa6d86)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cf9a19f0
...@@ -24,6 +24,6 @@ DEPS_ssh2 = gcrypt $(DEPS_gcrypt) ...@@ -24,6 +24,6 @@ DEPS_ssh2 = gcrypt $(DEPS_gcrypt)
.ssh2: ssh2 .ssh2: ssh2
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples-build cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples-build --with-libgcrypt --without-openssl
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment