rest: remove unneeded option

The path is auto detected by configure.
This commit is contained in:
Xi Ruoyao 2021-08-18 15:55:29 +08:00
parent e94280ea57
commit 7ad7842cc5
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -103,8 +103,7 @@
commands: commands:
</para> </para>
<screen><userinput>./configure --prefix=/usr \ <screen><userinput>./configure --prefix=/usr &amp;&amp;
--with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para> <para>
@ -125,11 +124,6 @@ make</userinput></screen>
<sect2 role="commands"> <sect2 role="commands">
<title>Command Explanations</title> <title>Command Explanations</title>
<para>
<parameter>--with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt</parameter>:
This switch sets the location of the BLFS certificate authority bundle.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/> href="../../xincludes/gtk-doc-rebuild.xml"/>