From 6b13ebc66a82fec58a3ed531e79064d2ae28a0a3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 3 Feb 2012 03:55:07 +0000 Subject: Remove oblolete references to consolelog Reformat udev configure command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'chapter06/udev.xml') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index b03b394af..e779717b6 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -54,12 +54,22 @@ mknod -m0666 /lib/udev/devices/null c 1 3 Prepare the package for compilation: -BLKID_CFLAGS="-I/usr/include/blkid" BLKID_LIBS="-L/lib -lblkid" \ - KMOD_CFLAGS="-I/usr/include" KMOD_LIBS="-L/lib -lkmod" ./configure \ - --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 +BLKID_CFLAGS="-I/usr/include/blkid" \ +BLKID_LIBS="-L/lib -lblkid" \ +KMOD_CFLAGS="-I/usr/include" \ +KMOD_LIBS="-L/lib -lkmod" \ +./configure --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