]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
shadow: Enable support for selinux.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Nov 2010 19:23:22 +0000 (20:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Nov 2010 19:23:22 +0000 (20:23 +0100)
pkgs/core/shadow/shadow.nm

index 022e6b54a9ce688a1f1b6d586ae3e0f268680667..d7ec1edaa3f4a16013c3b892b07bd0ac79e7c09a 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = shadow
 PKG_VER        = 4.1.4.2
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Base
@@ -34,7 +34,7 @@ PKG_URL        = ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Utilities to deal with user accounts.
 
-PKG_BUILD_DEPS+= libcap
+PKG_BUILD_DEPS+= audit-devel libcap-devel libselinux-devel
 
 define PKG_DESCRIPTION
        The shadow-utils package includes the necessary programs \
@@ -48,7 +48,7 @@ CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --enable-shadowgrp \
        --with-sha-crypt \
-       --without-selinux \
+       --with-selinux \
        --without-libcrack \
        --without-libpam \
        --disable-static