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:
6855683
)
vim: explicitly disable selinux
13156/head
author
Rosen Penev
<rosenp@gmail.com>
Tue, 18 Aug 2020 03:56:17 +0000
(20:56 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Tue, 18 Aug 2020 07:23:02 +0000
(
00:23
-0700)
Now that libselinux is in the tree, vim picks it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/vim/Makefile
patch
|
blob
|
history
diff --git
a/utils/vim/Makefile
b/utils/vim/Makefile
index 44007987646f545043648e1d269fd4ade2a4044b..adc3751a7f4b47eac8ad35eb852dce8e709cbc34 100644
(file)
--- a/
utils/vim/Makefile
+++ b/
utils/vim/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=vim
PKG_VERSION:=8.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
VIMVER:=82
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-129,6
+129,7
@@
CONFIGURE_ARGS += \
--disable-cscope \
--disable-gpm \
--disable-acl \
+ --disable-selinux \
--with-tlib=ncurses \
--with-compiledby="non-existent-hostname-compiled"