diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 45102933e..e5f4503ef 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -65,6 +65,9 @@ <screen><userinput remap="pre">sed -i -e 's/static __m128i/inline &/' sysdeps/x86_64/multiarch/strstr.c</userinput></screen> + <para>Allow Glibc to be built with Make-&make-version;:</para> + +<screen><userinput remap="pre">sed -r -i 's/(3..89..)/\1 | 4.*/' configure</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |