|
@@ -25,12 +25,13 @@
|
|
|
|
|
|
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-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>Remove a file that may be left over from a previous build attempt:</para>
|
|
|
+-->
|
|
|
+ <para>Temporarily move a file that would get overwritten by the 32-bit builds:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">mv /usr/include/limits.h{,.backup} </userinput></screen>
|
|
|
|