aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-12-30 03:12:54 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-12-30 03:12:54 +0000
commit8f93b1553a4af5ba0868a9a3f7b7de2e22485ccb (patch)
tree8b5e9e8e548c61c464214411090b1d30184d29af /chapter05/grep-inst.xml
parent5fb3b1a6de398990dbaa0b3533215bacd7b12f86 (diff)
o Updated to binutils-2.13.2, procps-3.1.5.
o Made all LDFLAGS=-static LDFLAGS="-static". o Added symlink from libfl.a to libl.a. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r--chapter05/grep-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index 164b0f73f..05609c353 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -3,7 +3,7 @@
<para>Install Grep by running the following commands:</para>
-<para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
+<para><screen><userinput>LDFLAGS="-static" CPPFLAGS=-Dre_max_failures=re_max_failures2 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp &amp;&amp;
make &amp;&amp;