mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
This commit is contained in:
+2
-1
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user