CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
udev: aligned with upstream, added forgotten rules and fixed FS#52 using lt_sysroot...
authorVictor Martinez <pitillo@ono.com>
Fri, 13 Sep 2013 21:12:47 +0000 (21:12 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 13 Sep 2013 21:12:47 +0000 (21:12 +0000)
udev/81-crux.rules [new file with mode: 0644]
udev/Pkgfile

diff --git a/udev/81-crux.rules b/udev/81-crux.rules
new file mode 100644 (file)
index 0000000..88d8bc9
--- /dev/null
@@ -0,0 +1,6 @@
+#
+# 81-crux.rules
+# 
+
+KERNEL=="fuse", ACTION=="add", RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
+
index 3e8d0d4f6af705423b39ece5042c76c2c1a471e2..2bad3e2461e4e82b3e53d8caacda38c1fbf550ce 100644 (file)
@@ -5,13 +5,16 @@
 
 name=udev
 version=182
-release=1
+release=2
 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.xz \
         81-crux.rules start_udev)
 
 build() {
   cd udev-$version
 
+  # Forcing libtool to prioritize our sysroot
+  sed "s|lt_sysroot=|lt_sysroot=$CLFS|g" -i m4/libtool.m4
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \