diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-22 08:08:13 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-22 08:08:13 +0000 |
commit | 9c1ae4c82661bec1a1fa972f6e013f21eaca3ed9 (patch) | |
tree | 8a28b805de0a059551d01dd84e9b9d4d9c223b05 | |
parent | 03a41fd0cd6635843d313c02150692a05d6b8bd2 (diff) |
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
-rw-r--r-- | chapter08/bc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para>Prepare Bc for compilation:</para> -<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen> +<screen><userinput remap="configure">CC=gcc ./configure --prefix=/usr -G -O3</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |