]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vim: Enable support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:08:32 +0000 (13:08 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:08:32 +0000 (13:08 +0100)
pkgs/core/vim/vim.nm

index 8ef7197c50e8449697ce75031d9124c550398eaf..bb2f41d1ccd22255a225a5a876a11de3712533a4 100644 (file)
@@ -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