diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-22 23:13:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-09-22 23:13:28 +0000 |
commit | 8da63ab561cb4aa24cbe031804ca64ab2052831d (patch) | |
tree | f142c27e4636e1abc14cd371f88f6b75c7fca5da /chapter06 | |
parent | 81368f0664101537737e075b46f5115187532e77 (diff) |
Update to util-linux 2.30.2.
Update to man-pages-4.13.
Update to texinfo-6.5.
Update to mpfr-3.1.6.
Update to iproute2-4.13.0.
Update to eudev-3.2.3.
Update to linux-4.13.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11302 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/eudev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index d55b6b603..785759d59 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -43,11 +43,11 @@ <para>First, fix a test script:</para> <screen><userinput remap="pre">sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl</userinput></screen> - +<!-- <para>Next, remove an unneeded line that causes a build failure:</para> <screen><userinput remap="pre">sed -i '/keyboard_lookup_key/d' src/udev/udev-builtin-keyboard.c</userinput></screen> - +--> <para>Next, add a workaround to prevent the /tools directory from being hard coded into Eudev binary files library locations:</para> |