From e1871442811f4297f7f2a32ad8096047ed8da8c2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 30 Jan 2012 21:18:39 +0000 Subject: Upgrade to Udev-180. Fixes #3008. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index d17e0ef73..b03b394af 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -56,10 +56,10 @@ mknod -m0666 /lib/udev/devices/null c 1 3 BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \ KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \ - --prefix=/usr --bindir=/sbin --sysconfdir=/etc --libexecdir=/lib \ - --enable-rule_generator --disable-introspection --disable-keymap \ - --disable-gudev --with-usb-ids-path=no --with-pci-ids-path=no \ - --with-systemdsystemunitdir=no + --prefix=/usr --with-rootprefix='' --bindir=/sbin --sysconfdir=/etc \ + --libexecdir=/lib --enable-rule_generator --disable-introspection \ + --disable-keymap --disable-gudev --with-usb-ids-path=no \ + --with-pci-ids-path=no --with-systemdsystemunitdir=no The meaning of the new configure options -- cgit v1.2.3-54-g00ecf