]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
psmisc: Enable support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:22:22 +0000 (13:22 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2011 12:22:22 +0000 (13:22 +0100)
Reference #85.

pkgs/core/psmisc/psmisc.nm

index d54ed0499856b4d0c5eba1d60e376111dc4f5728..4f1a602e8f8d192ea4ff4811bc5f68688533663d 100644 (file)
@@ -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