[vim] enable multibyte feature in vim-full package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
92a569c128
commit
9199a8f514
@ -84,7 +84,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-gtktest \
|
--disable-gtktest \
|
||||||
--disable-xim \
|
--disable-xim \
|
||||||
--without-x \
|
--without-x \
|
||||||
--disable-multibyte \
|
|
||||||
--disable-netbeans \
|
--disable-netbeans \
|
||||||
--disable-cscope \
|
--disable-cscope \
|
||||||
--disable-gpm \
|
--disable-gpm \
|
||||||
@ -94,6 +93,7 @@ ifneq ($(CONFIG_PACKAGE_vim),)
|
|||||||
define Build/Compile/vim
|
define Build/Compile/vim
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--with-features=tiny \
|
--with-features=tiny \
|
||||||
|
--disable-multibyte \
|
||||||
)
|
)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
@ -107,6 +107,7 @@ ifneq ($(CONFIG_PACKAGE_vim-full),)
|
|||||||
define Build/Compile/vim-full
|
define Build/Compile/vim-full
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--with-features=normal \
|
--with-features=normal \
|
||||||
|
--enable-multibyte \
|
||||||
)
|
)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
$(MAKE) -C $(PKG_BUILD_DIR) clean
|
||||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user