diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index cd7ec1c65..a753e7ce3 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -33,16 +33,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem> <screen><userinput>./configure --libdir=/usr/lib --enable-shared</userinput></screen> -<para>Work around a problem that prevents Shadow's internationalization from -working:</para> - -<screen><userinput>echo '#define HAVE_SETLOCALE 1' >> config.h</userinput></screen> - -<para>Shadow incorrectly declares the malloc() function, causing compilation -failure. Fix this:</para> - -<screen><userinput>sed -i '/extern char/d' libmisc/xmalloc.c</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> |