From: nbd Date: Wed, 12 Mar 2014 09:58:22 +0000 (+0000) Subject: mc: disable the use of libssh2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=712c0b20ca4d1bf4f7bc4464a42b8d04b21de415;p=packages.git mc: disable the use of libssh2 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/packages@39882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1f2..73881d7d0 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -46,6 +46,7 @@ endef CONFIGURE_ARGS += \ --enable-utf8 \ --disable-doxygen-doc \ + --disable-vfs-sftp \ --with-screen=ncurses \ --without-gpm-mouse \ --without-x \