From: Michael Tremer Date: Sat, 6 Nov 2010 19:15:51 +0000 (+0100) Subject: passwd: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cbd283244759b9bc019b0d1b520fe3a1f6d211;p=ipfire-3.x.git passwd: Enable support for selinux. --- diff --git a/pkgs/core/passwd/passwd.nm b/pkgs/core/passwd/passwd.nm index 4bb782d4e..a6a29194e 100644 --- a/pkgs/core/passwd/passwd.nm +++ b/pkgs/core/passwd/passwd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = passwd PKG_VER = 0.76 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Base @@ -34,7 +34,8 @@ PKG_URL = http://fedorahosted.org/passwd PKG_LICENSE = BSD PKG_SUMMARY = An utility for setting or changing passwords using PAM. -PKG_DEPS += glib2 libuser pam +PKG_BUILD_DEPS+= audit-devel glib2-devel libuser-devel pam-devel pkg-config \ + libselinux-devel define PKG_DESCRIPTION This package contains a system utility (passwd) which sets \ @@ -44,16 +45,12 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ - --without-selinux \ - --without-audit \ + --with-selinux \ + --with-audit \ --disable-static cd $(DIR_APP) && make DEBUG= RPM_OPT_FLAGS="$(CFLAGS)" $(PARALLELISMFLAGS)