Changeset 7ad7842


Ignore:
Timestamp:
08/19/2021 08:24:47 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9464475
Parents:
e94280ea
git-author:
Xi Ruoyao <xry111@…> (08/18/2021 07:55:29 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/19/2021 08:24:47 AM)
Message:

rest: remove unneeded option

The path is auto detected by configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/rest.xml

    re94280ea r7ad7842  
    104104    </para>
    105105
    106 <screen><userinput>./configure --prefix=/usr \
    107     --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr &amp;&amp;
    108107make</userinput></screen>
    109108
     
    125124  <sect2 role="commands">
    126125    <title>Command Explanations</title>
    127 
    128     <para>
    129       <parameter>--with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt</parameter>:
    130       This switch sets the location of the BLFS certificate authority bundle.
    131     </para>
    132126
    133127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.