[vlc-commits] contrib: ssh2: explicitely depend on gcrypt
Rafaël Carré
git at videolan.org
Thu Feb 12 22:00:11 CET 2015
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Feb 12 21:58:32 2015 +0100| [cf145ab2fd7901e081f4c12c056d0106bf83c4a2] | committer: Rafaël Carré
contrib: ssh2: explicitely depend on gcrypt
OpenSSL is the default if both exist
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf145ab2fd7901e081f4c12c056d0106bf83c4a2
---
contrib/src/ssh2/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/ssh2/rules.mak b/contrib/src/ssh2/rules.mak
index 323b465..5456095 100644
--- a/contrib/src/ssh2/rules.mak
+++ b/contrib/src/ssh2/rules.mak
@@ -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 --enable-libgcrypt --disable-openssl
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list