From: Stefan Schantl Date: Sat, 8 Jan 2011 12:22:22 +0000 (+0100) Subject: psmisc: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d5bd4e252eb78625254fe0f52619ff240e430c;p=ipfire-3.x.git psmisc: Enable support for selinux. Reference #85. --- diff --git a/pkgs/core/psmisc/psmisc.nm b/pkgs/core/psmisc/psmisc.nm index d54ed0499..4f1a602e8 100644 --- a/pkgs/core/psmisc/psmisc.nm +++ b/pkgs/core/psmisc/psmisc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = psmisc PKG_VER = 22.10 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Applications/System @@ -34,7 +34,7 @@ PKG_URL = http://sourceforge.net/projects/psmisc PKG_LICENSE = GPLv2+ PKG_SUMMARY = Utilities for managing processes on your system. -PKG_BUILD_DEPS+= ncurses-devel +PKG_BUILD_DEPS+= libselinux-devel ncurses-devel define PKG_DESCRIPTION The psmisc package contains utilities for managing processes on your \ @@ -47,3 +47,6 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --enable-selinux