diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-07 22:45:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-03-07 22:45:44 +0000 |
commit | 15458da85629c01c66ee80080b79d41272782b2e (patch) | |
tree | 8d6890d6e1b307821b9378ea0d5b390d3b383d76 /chapter06/eudev.xml | |
parent | 5d5390bf017840e0acb97a4834fb7f8abb3139d9 (diff) |
Updates for eudev
Minor text changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 2715119e2..0cbd6db36 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -47,7 +47,9 @@ sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> <para>Prepare Eudev for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">BLKID_CFLAGS=-I/tools/include \ +BLKID_LIBS='-L/tools/lib -lblkid' \ +./configure --prefix=/usr \ --bindir=/sbin \ --sbindir=/sbin \ --libdir=/usr/lib \ |