From: Rosen Penev Date: Tue, 18 Aug 2020 03:56:17 +0000 (-0700) Subject: vim: explicitly disable selinux X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67d6989c1e2a771ca188c099622d0d8bb99c4376;p=feed%2Fpackages.git vim: explicitly disable selinux Now that libselinux is in the tree, vim picks it up. Signed-off-by: Rosen Penev --- diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 4400798764..adc3751a7f 100644 --- 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"