Commit ae5f50c8 authored by Rafaël Carré's avatar Rafaël Carré

contrib: ssh2: explicitely depend on gcrypt

OpenSSL is the default if both exist
parent 32db92e7
......@@ -24,6 +24,6 @@ DEPS_ssh2 = gcrypt $(DEPS_gcrypt)
.ssh2: ssh2
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples-build
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples-build --with-libgcrypt --without-openssl
cd $< && $(MAKE) install
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