From 5e2cb652195321c7f63b5d22077e583b75118178 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 25 May 2002 00:19:47 +0000 Subject: first set of commits for keep-chap5-chap6-seperate git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/diffutils-inst.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/diffutils-inst.xml') diff --git a/chapter05/diffutils-inst.xml b/chapter05/diffutils-inst.xml index a4af5074d..f5f59fd15 100644 --- a/chapter05/diffutils-inst.xml +++ b/chapter05/diffutils-inst.xml @@ -4,7 +4,7 @@ Install Diffutils by running the following commands: CPPFLAGS=-Dre_max_failures=re_max_failures2 \ -./configure --prefix=$LFS/usr --disable-nls && +./configure --prefix=$LFS/static --disable-nls && make LDFLAGS=-static && make install -- cgit v1.2.3-54-g00ecf