Browse Source

vim: fix acl detection bug

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj 10 years ago
parent
commit
1c9dfa57bb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      utils/vim/Makefile

+ 2
- 1
utils/vim/Makefile View File

9
 
9
 
10
 PKG_NAME:=vim
10
 PKG_NAME:=vim
11
 PKG_VERSION:=7.4
11
 PKG_VERSION:=7.4
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13
 VIMVER:=74
13
 VIMVER:=74
14
 
14
 
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
101
 	--disable-netbeans \
101
 	--disable-netbeans \
102
 	--disable-cscope \
102
 	--disable-cscope \
103
 	--disable-gpm \
103
 	--disable-gpm \
104
+	--disable-acl \
104
 	--with-tlib=ncurses
105
 	--with-tlib=ncurses
105
 
106
 
106
 CONFIGURE_VARS += \
107
 CONFIGURE_VARS += \