diff options
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index a8b59ea1e..acaeb28bd 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -46,6 +46,10 @@ <para>For our temporary set of tools, we only need to build and install one binary from Gettext.</para> + <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para> + +<screen><userinput remap="pre">sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h</userinput></screen> + <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">cd gettext-tools |