From 9c1ae4c82661bec1a1fa972f6e013f21eaca3ed9 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 22 Mar 2021 08:08:13 +0000 Subject: bc: use a configure command line more like other packages git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/bc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/bc.xml b/chapter08/bc.xml index 41d969e94..2f29c1859 100644 --- a/chapter08/bc.xml +++ b/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: -- cgit v1.2.3-54-g00ecf