From 9199a8f5142be53a4323626dd8f48cd98fd5ceb1 Mon Sep 17 00:00:00 2001 From: mirko Date: Fri, 22 Oct 2010 21:40:52 +0000 Subject: [PATCH] [vim] enable multibyte feature in vim-full package git-svn-id: svn://svn.openwrt.org/openwrt/packages@23587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 611843e6d..44642a471 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -84,7 +84,6 @@ CONFIGURE_ARGS += \ --disable-gtktest \ --disable-xim \ --without-x \ - --disable-multibyte \ --disable-netbeans \ --disable-cscope \ --disable-gpm \ @@ -94,6 +93,7 @@ ifneq ($(CONFIG_PACKAGE_vim),) define Build/Compile/vim $(call Build/Configure/Default, \ --with-features=tiny \ + --disable-multibyte \ ) $(MAKE) -C $(PKG_BUILD_DIR) clean $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ @@ -107,6 +107,7 @@ ifneq ($(CONFIG_PACKAGE_vim-full),) define Build/Compile/vim-full $(call Build/Configure/Default, \ --with-features=normal \ + --enable-multibyte \ ) $(MAKE) -C $(PKG_BUILD_DIR) clean $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ -- 2.11.0