From 1c9dfa57bb7e168d4cb1a7e8100e67569c020878 Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Thu, 12 Mar 2015 18:52:33 +0100 Subject: [PATCH] vim: fix acl detection bug Signed-off-by: Marko Ratkaj --- utils/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 9e4382172..da01c671e 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vim PKG_VERSION:=7.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 VIMVER:=74 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -101,6 +101,7 @@ CONFIGURE_ARGS += \ --disable-netbeans \ --disable-cscope \ --disable-gpm \ + --disable-acl \ --with-tlib=ncurses CONFIGURE_VARS += \