|
@@ -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>
|