From 712c0b20ca4d1bf4f7bc4464a42b8d04b21de415 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 12 Mar 2014 09:58:22 +0000 Subject: [PATCH] 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 --- utils/mc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \