From 8f93b1553a4af5ba0868a9a3f7b7de2e22485ccb Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Mon, 30 Dec 2002 03:12:54 +0000 Subject: 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 --- chapter05/gzip-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gzip-inst.xml') diff --git a/chapter05/gzip-inst.xml b/chapter05/gzip-inst.xml index 38467f7ee..e7828b436 100644 --- a/chapter05/gzip-inst.xml +++ b/chapter05/gzip-inst.xml @@ -4,7 +4,7 @@ Install Gzip by running the following commands: ./configure --prefix=$LFS/static && -make LDFLAGS=-static && +make LDFLAGS="-static" && make install -- cgit v1.2.3-54-g00ecf