mc: disable vfs support by default 7394/head
authorDirk Brenken <dev@brenken.org>
Sun, 11 Nov 2018 17:08:16 +0000 (18:08 +0100)
committerDirk Brenken <dev@brenken.org>
Sun, 11 Nov 2018 17:08:16 +0000 (18:08 +0100)
* disable vfs support by default as long as the underlying
  librpc issus has not been fixed - should fix buildbot compile
  (#7180 #7349)

Signed-off-by: Dirk Brenken <dev@brenken.org>
utils/mc/Config.in
utils/mc/Makefile

index fcd8fad33fea3625c341f0e84cff35799fb647e7..6a96ef24792296448957fec34a9a9fe6d551fa35 100644 (file)
@@ -49,11 +49,11 @@ config MC_CHARSET
 
 config MC_VFS
        bool "Enable virtual filesystem support"
-       default y
+       default n
        help
            This option enables the Virtual File System switch code to get
            transparent access to the following file systems:
            cpio, tar, fish, sfs, ftp, sftp, extfs.
-           Enabled by default.
+           Disabled by default.
 
 endmenu
index 51384798c398d37918932120721cb56d8d67561b..0266be1ae0bb506c2578345c24ef9c4e58b24f46 100644 (file)
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mc
 PKG_VERSION:=4.8.21
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
 PKG_LICENSE:=GPL-3.0+