projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf51e0
)
vim: fix acl detection bug
author
Marko Ratkaj
<marko.ratkaj@sartura.hr>
Thu, 12 Mar 2015 17:52:33 +0000
(18:52 +0100)
committer
Luka Perkov
<luka@openwrt.org>
Thu, 12 Mar 2015 22:33:36 +0000
(23:33 +0100)
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
utils/vim/Makefile
patch
|
blob
|
history
diff --git
a/utils/vim/Makefile
b/utils/vim/Makefile
index 9e43821723fd7a94bbacdde1dacd81ce60d71804..da01c671ecda5d970c2ee545166cc0d5dce2e453 100644
(file)
--- 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 += \