From 7b0c375c64504f35c7c6d42e141829adcc9b4210 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 13 Nov 2004 10:56:50 +0000 Subject: 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 --- chapter06/shadow.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chapter06') 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 ./configure --libdir=/usr/lib --enable-shared -Work around a problem that prevents Shadow's internationalization from -working: - -echo '#define HAVE_SETLOCALE 1' >> config.h - -Shadow incorrectly declares the malloc() function, causing compilation -failure. Fix this: - -sed -i '/extern char/d' libmisc/xmalloc.c - Compile the package: make -- cgit v1.2.3-54-g00ecf