From: Stefan Schantl Date: Sat, 8 Jan 2011 13:39:45 +0000 (+0100) Subject: lsof: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc40cd6bba1e2a98ccd352d75ecc17b522d9838;p=ipfire-3.x.git lsof: Enable support for selinux. Reference #85. --- diff --git a/pkgs/core/lsof/lsof.nm b/pkgs/core/lsof/lsof.nm index f2a1f14e1..0b417977c 100644 --- a/pkgs/core/lsof/lsof.nm +++ b/pkgs/core/lsof/lsof.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = lsof PKG_VER = 4.82 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Development/Debuggers @@ -34,6 +34,8 @@ PKG_URL = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof PKG_LICENSE = zlib PKG_SUMMARY = A utility which lists open files on a Linux/UNIX system. +PKG_BUILD_DEPS+= libselinux-devel + define PKG_DESCRIPTION Lsof stands for LiSt Open Files, and it does just that: \ it lists information about files that are open by the \