Skip to content

Commit

Permalink
contrib: ssh2: explicitely depend on gcrypt
Browse files Browse the repository at this point in the history
OpenSSL is the default if both exist
  • Loading branch information
funman committed Feb 12, 2015
1 parent 32db92e commit ae5f50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/ssh2/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit ae5f50c

Please sign in to comment.