[vlc-commits] contrib: ssh2: explicitely depend on gcrypt
Rafaël Carré
git at videolan.org
Thu Feb 12 22:02:12 CET 2015
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Feb 12 21:58:32 2015 +0100| [ae5f50c8eef0288c423657b21fa1f1b425aa6d86] | 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=ae5f50c8eef0288c423657b21fa1f1b425aa6d86
---
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..ff9be2b 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 --with-libgcrypt --without-openssl
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list