aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r--chapter05/glibc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 445c0c6c1..974a7292f 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -52,6 +52,12 @@
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
fi</userinput></screen>
+ <para>Fix a regression in the package that affects 32-bit architectures:</para>
+
+<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
+ -e '/SSE2/s/^1://' \
+ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>