aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-08 23:24:11 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-01-08 23:24:11 +0000
commit3e92f82dcc91645974b08a1a3134349c242184df (patch)
tree40247aaf2f2f64ca704bd4585dbbe392c576682b /chapter06
parent8e65a6a3ae63588df226e06fac495de1e097bf64 (diff)
Update to linux-4.9.1.tar.xz.
Update to sed-4.3.tar.xz. Update to gperf-3.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/eudev.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml
index 2930b8e02..d55b6b603 100644
--- a/chapter06/eudev.xml
+++ b/chapter06/eudev.xml
@@ -44,6 +44,10 @@
<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>