mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mc: enable VFS support by default
* provide VFS support in midnight commander by default (see #6999), this enlarge the package size by ~40KB. Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
+3
-3
@@ -49,11 +49,11 @@ config MC_CHARSET
|
|||||||
|
|
||||||
config MC_VFS
|
config MC_VFS
|
||||||
bool "Enable virtual filesystem support"
|
bool "Enable virtual filesystem support"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This option enables the Virtual File System switch code to get
|
This option enables the Virtual File System switch code to get
|
||||||
transparent access to the following file systems:
|
transparent access to the following file systems:
|
||||||
cpio, tar, fish, sfs, ftp, sftp, extfs, smb.
|
cpio, tar, fish, sfs, ftp, sftp, extfs.
|
||||||
Disabled by default.
|
Enabled by default.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
+1
-2
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mc
|
PKG_NAME:=mc
|
||||||
PKG_VERSION:=4.8.21
|
PKG_VERSION:=4.8.21
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
PKG_LICENSE:=GPL-3.0+
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
|
||||||
@@ -58,7 +58,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-doxygen-doc \
|
--disable-doxygen-doc \
|
||||||
--with-homedir=/etc/mc \
|
--with-homedir=/etc/mc \
|
||||||
--with-screen=ncurses \
|
--with-screen=ncurses \
|
||||||
--without-gpm-mouse \
|
|
||||||
--without-x \
|
--without-x \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user