]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
udev: Fix build dependencies (libsepol-devel).
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 14:16:35 +0000 (15:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Feb 2011 14:16:35 +0000 (15:16 +0100)
pkgs/core/udev/udev.nm

index 1026c77ec73f0013bc2efda77474d72df961555e..959d59a02812b6c098301db0fdfb250856546edc 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = udev
 PKG_VER        = 160
-PKG_REL        = 1
+PKG_REL        = 2
 
 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 libselinux-devel\
-       libuuid-devel libusb-compat-devel pciutils pkg-config usbutils
+PKG_BUILD_DEPS+= glib2-devel gperf kbd libacl-devel libselinux-devel \
+       libsepol-devel libuuid-devel libusb-compat-devel pciutils pkg-config usbutils
 
 define PKG_DESCRIPTION
        The udev package contains an implementation of devfs in userspace using \