From 73f0d2bbda22d6d561a43a24f1250528a9bdd0bb Mon Sep 17 00:00:00 2001 From: xry111 Date: Mon, 22 Mar 2021 08:08:13 +0000 Subject: [PATCH] bc: use a configure command line more like other packages git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk@12167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- BOOK/chapter08/bc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BOOK/chapter08/bc.xml b/BOOK/chapter08/bc.xml index 41d969e94..2f29c1859 100644 --- a/BOOK/chapter08/bc.xml +++ b/BOOK/chapter08/bc.xml @@ -43,7 +43,7 @@ Prepare Bc for compilation: -PREFIX=/usr CC=gcc ./configure.sh -G -O3 +CC=gcc ./configure --prefix=/usr -G -O3 The meaning of the configure options: -- 2.11.4.GIT