vlc | branch: master | Rafaël Carré <[email protected]> | 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 $@

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to