diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 3 |
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 <linux/sockios.h>' \ 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> |