]> git.sesse.net Git - vlc/commitdiff
contrib: ssh2: explicitely depend on gcrypt
authorRafaël Carré <funman@videolan.org>
Thu, 12 Feb 2015 20:58:32 +0000 (21:58 +0100)
committerRafaël Carré <funman@videolan.org>
Thu, 12 Feb 2015 21:01:35 +0000 (22:01 +0100)
OpenSSL is the default if both exist

contrib/src/ssh2/rules.mak

index 323b4658e99e71550f4f34b9b00f9caa2ec0994b..ff9be2bdd0b2821806e67038926b1ed574d3efb5 100644 (file)
@@ -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 $@