Ignore:
Timestamp:
10/29/2016 09:56:12 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
be1bcf9c
Parents:
7b8c7ec
Message:

Use mk-ca-bundle.pl from curl for CA Certificates generation.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17919 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/rest.xml

    r7b8c7ec r30b7db74  
    106106
    107107<screen><userinput>sed -i "/seems to be moved/s/^/#/" build/ltmain.sh &amp;&amp;
    108 ./configure --prefix=/usr &amp;&amp;
     108./configure --prefix=/usr \
     109    --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
    109110make</userinput></screen>
    110111
     
    129130    </para>
    130131   
     132    <para>
     133      <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This
     134      switch sets the location of the BLFS <xref linkend="cacerts"/> bundle.
     135    </para>
     136
    131137    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132138    href="../../xincludes/gtk-doc-rebuild.xml"/>
Note: See TracChangeset for help on using the changeset viewer.