]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
udev: Activate support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 6 Jan 2011 15:26:32 +0000 (16:26 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 6 Jan 2011 15:35:26 +0000 (16:35 +0100)
Reference #85.

pkgs/core/udev/udev.nm

index 0f429990567e9ac7d12849e7fa379cc3d0824f4f..1026c77ec73f0013bc2efda77474d72df961555e 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = udev
 PKG_VER        = 160
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Base
@@ -34,8 +34,8 @@ PKG_URL        = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = A userspace implementation of devfs.
 
-PKG_BUILD_DEPS+= glib2-devel gperf kbd libacl-devel libuuid-devel \
-       libusb-compat-devel pciutils pkg-config usbutils
+PKG_BUILD_DEPS+= glib2-devel gperf kbd libacl-devel libselinux-devel\
+       libuuid-devel libusb-compat-devel pciutils pkg-config usbutils
 
 define PKG_DESCRIPTION
        The udev package contains an implementation of devfs in userspace using \
@@ -52,6 +52,7 @@ CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --libexecdir=/lib/udev \
        --with-rootlibdir=/lib \
+       --with-selinux \
        --disable-introspection
 
 define STAGE_INSTALL_CMDS