diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-11-13 10:56:50 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-11-13 10:56:50 +0000 |
commit | 7b0c375c64504f35c7c6d42e141829adcc9b4210 (patch) | |
tree | 35322c13795e32b0481ae2d5bbb04f79f3e1d066 /chapter06 | |
parent | 3fbdf00ef152f2b52e8d1c1582ff65932f8de095 (diff) |
Removed 2 unneccessary commands from shadow, per David Jensen's post on LFS-Dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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> |