diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-30 21:18:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-30 21:18:39 +0000 |
commit | e1871442811f4297f7f2a32ad8096047ed8da8c2 (patch) | |
tree | 32d12556b3a64c343247953881b8ec71a248e8dd /chapter06 | |
parent | 8bfe8169f44c6375c34c23cc0d1ac6cf2a2feeea (diff) |
Upgrade to Udev-180. Fixes #3008.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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</userinput></screen> <!-- Note that "libdir=/usr/lib64" would be required for multilib. --> <screen><userinput remap="configure">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</userinput></screen> + --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</userinput></screen> <variablelist> <title>The meaning of the new configure options</title> |