mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
vim: selinux support
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d39e0f4eb4
commit
cdc18ae10c
@ -28,6 +28,13 @@ VIM_CONF_OPTS = --with-tlib=ncurses --enable-gui=no --without-x
|
|||||||
VIM_LICENSE = Charityware
|
VIM_LICENSE = Charityware
|
||||||
VIM_LICENSE_FILES = README.txt
|
VIM_LICENSE_FILES = README.txt
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
||||||
|
VIM_CONF_OPTS += --enable-selinux
|
||||||
|
VIM_DEPENDENCIES += libselinux
|
||||||
|
else
|
||||||
|
VIM_CONF_OPTS += --disable-selinux
|
||||||
|
endif
|
||||||
|
|
||||||
define VIM_INSTALL_TARGET_CMDS
|
define VIM_INSTALL_TARGET_CMDS
|
||||||
cd $(@D)/src; \
|
cd $(@D)/src; \
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) installvimbin; \
|
$(MAKE) DESTDIR=$(TARGET_DIR) installvimbin; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user