Browse Source
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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" |
|
|
|
|
|
|
|