From: Felix Fietkau Date: Wed, 12 Mar 2014 09:58:22 +0000 (+0000) Subject: mc: disable the use of libssh2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7b0d99d85c3b1e41a1f9baba1589d232cb68d166;p=openwrt%2Fsvn-archive%2Farchive.git mc: disable the use of libssh2 Signed-off-by: Felix Fietkau SVN-Revision: 39882 --- diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1f2d..73881d7d08 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 \