From: Michael Tremer Date: Sat, 6 Nov 2010 19:10:42 +0000 (+0100) Subject: coreutils: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35376e587393d526a3de4ece885a6a6d4916da5;p=ipfire-3.x.git coreutils: Enable support for selinux. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index 6b821699a..b4972eeb8 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = coreutils PKG_VER = 8.5 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUP = System/Base @@ -40,7 +40,7 @@ define PKG_DESCRIPTION endef PKG_BUILD_DEPS+= autoconf automake libacl-devel libattr-devel libcap \ - ncurses-devel e2fsprogs pam-devel + ncurses-devel e2fsprogs pam-devel libselinux-devel PKG_TARBALL = $(THISAPP).tar.gz