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

pkgs/core/lsof/lsof.nm

index f2a1f14e16c121b7a8103072176d40ca08b99c8a..0b417977c8fde95c1b9eb8f1d2e73a3a67a52091 100644 (file)
@@ -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 \