aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-02-20 20:49:48 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-02-20 20:49:48 +0000
commite8d05b3f951a898e82979edf8fdfbdd4c78a8451 (patch)
tree7cec89ebd6cf5aee29dae3c9a2b1bca98066cb54
parent787407afaa6607e8ca45151c8ef037b30c43b6a1 (diff)
Remove a workaround for sysdeps/unix/sysv/linux/bits/socket.h
that is no longer needed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index a976665e6..d1e8086b2 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -61,11 +61,12 @@
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen>
-->
+<!-- No longer needed
<para>Fix a problem introduced with the linux-5.2 kernel:</para>
<screen><userinput remap="pre">sed -i '/asm.socket.h/a# include &lt;linux/sockios.h&gt;' \
sysdeps/unix/sysv/linux/bits/socket.h</userinput></screen>
-
+-->
<para>Create a symlink for LSB
compliance. Additionally, for x86_64, create a compatibility symlink
required for the dynamic loader to function correctly:</para>