From: Stefan Schantl Date: Sat, 8 Jan 2011 12:08:32 +0000 (+0100) Subject: vim: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29940ef1c55845f9cec4cb3fbc035b1d17a577e;p=ipfire-3.x.git vim: Enable support for selinux. --- diff --git a/pkgs/core/vim/vim.nm b/pkgs/core/vim/vim.nm index 8ef7197c5..bb2f41d1c 100644 --- a/pkgs/core/vim/vim.nm +++ b/pkgs/core/vim/vim.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = vim PKG_VER = 7.3 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Applications/Editors @@ -34,7 +34,7 @@ PKG_URL = http://www.vim.org PKG_LICENSE = PublicDomain/Charityware PKG_SUMMARY = Very feature- and powerful editor. -PKG_BUILD_DEPS+= libacl-devel ncurses-devel +PKG_BUILD_DEPS+= libacl-devel libselinux-devel ncurses-devel define PKG_DESCRIPTION Vim is a highly configurable text editor built to enable efficient \ @@ -46,7 +46,9 @@ PKG_TARBALL = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(PKG_NAME)73 -CONFIGURE_OPTIONS += --enable-multibyte +CONFIGURE_OPTIONS += \ + --enable-multibyte \ + --enable-selinux define STAGE_PREPARE_CMDS cd $(DIR_APP) && echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h