vim: explicitly disable selinux

Now that libselinux is in the tree, vim picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-08-17 20:56:17 -07:00
parent 6855683e3e
commit 67d6989c1e
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=vim PKG_NAME:=vim
PKG_VERSION:=8.2 PKG_VERSION:=8.2
PKG_RELEASE:=1 PKG_RELEASE:=2
VIMVER:=82 VIMVER:=82
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@ -129,6 +129,7 @@ CONFIGURE_ARGS += \
--disable-cscope \ --disable-cscope \
--disable-gpm \ --disable-gpm \
--disable-acl \ --disable-acl \
--disable-selinux \
--with-tlib=ncurses \ --with-tlib=ncurses \
--with-compiledby="non-existent-hostname-compiled" --with-compiledby="non-existent-hostname-compiled"