This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
vim: fix acl detection bug
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
lilik-openwrt-22.03
Marko Ratkaj
10 years ago
committed by
Luka Perkov
parent
3cf51e0937
commit
1c9dfa57bb
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
utils/vim/Makefile
+ 2
- 1
utils/vim/Makefile
View File
@ -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
+=
\
Write
Preview
Loading…
Cancel
Save