diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-15 21:32:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-15 21:32:49 +0000 |
commit | 26b44218d944fffd8f898ac189f0d43f315efb48 (patch) | |
tree | e775c5567b4793f943432eae3371988f3baeebad /prologue | |
parent | 649b4eeda21ec73d16a3bf219603956d576e4c82 (diff) |
Added --disable-libssp to glibc Pass 1 in Chapter 5
to eliminate a build failure on some systems.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 190c6fdcd..826b1d675 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -136,8 +136,7 @@ packages.</para> <para>To see whether your host system has all the appropriate versions, and - ability to compile programs, run - the following:</para> + the ability to compile programs, run the following:</para> <screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash |