diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 74a32b8de..2bbbf22b4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -68,22 +68,6 @@ Glibc autoconf tests would give false results and defeat the goal of achieving a clean build.</para> - <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>Fix a potential security issue identified upstream:</para> - -<screen><userinput remap="pre">sed -i '/glibc.*pad/{i\ buflen = buflen > pad ? buflen - pad : 0; - s/ + pad//}' resolv/nss_dns/dns-host.c</userinput></screen> - - <para>Fix a test case that fails when built using GCC 5:</para> - -<screen><userinput remap="pre">sed -e '/tst-audit2-ENV/i CFLAGS-tst-audit2.c += -fno-builtin' \ - -i elf/Makefile</userinput></screen> - <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |