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

pkgs/core/libuser/libuser.nm

index fb6e34c77ed7fcf06ad43c1608dac0f4528ca5e9..5363c6a9fcca8f19dd82a1caa7d0a2f860b0be72 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = libuser
 PKG_VER        = 0.56.9
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Libraries
@@ -34,7 +34,8 @@ PKG_URL        = https://fedorahosted.org/libuser/
 PKG_LICENSE    = LGPLv2+
 PKG_SUMMARY    = A user and group account administration library.
 
-PKG_BUILD_DEPS+= glib2-devel openldap-devel pkg-config popt-devel python-devel
+PKG_BUILD_DEPS+= glib2-devel libselinux-devel openldap-devel pkg-config\
+       popt-devel python-devel
 
 define PKG_DESCRIPTION
        The libuser library implements a standardized interface for \
@@ -48,7 +49,8 @@ PKG_PACKAGES  += $(PKG_NAME)-devel
 
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
-       --with-ldap
+       --with-ldap \
+       --with-selinux
 
 define STAGE_PREPARE_CMDS
        # Little hack that we don't build documentation that requires sgml2html