Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2010
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.98 KB | None | 0 0
  1. diff --git a/packages/utils/vim/Makefile b/packages/utils/vim/Makefile
  2. index 611843e..44642a4 100644
  3. --- a/packages/utils/vim/Makefile
  4. +++ b/packages/utils/vim/Makefile
  5. @@ -84,7 +84,6 @@ CONFIGURE_ARGS += \
  6.         --disable-gtktest \
  7.         --disable-xim \
  8.         --without-x \
  9. -       --disable-multibyte \
  10.         --disable-netbeans \
  11.         --disable-cscope \
  12.         --disable-gpm \
  13. @@ -94,6 +93,7 @@ ifneq ($(CONFIG_PACKAGE_vim),)
  14.  define Build/Compile/vim
  15.         $(call Build/Configure/Default, \
  16.           --with-features=tiny \
  17. +         --disable-multibyte \
  18.          )
  19.         $(MAKE) -C $(PKG_BUILD_DIR) clean
  20.         $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
  21. @@ -107,6 +107,7 @@ ifneq ($(CONFIG_PACKAGE_vim-full),)
  22.  define Build/Compile/vim-full
  23.         $(call Build/Configure/Default, \
  24.           --with-features=normal \
  25. +         --enable-multibyte \
  26.         )
  27.         $(MAKE) -C $(PKG_BUILD_DIR) clean
  28.         $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement