Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/qca.xml

    r853ae3e5 re7d893b  
    55  %general-entities;
    66
    7   <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/src/qca-&qca-version;.tar.xz">
     7  <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/qca-&qca-version;.tar.xz">
    88  <!ENTITY qca-download-ftp  " ">
    9   <!ENTITY qca-md5sum        "5019cc29efcf828681cd93164238ce26">
    10   <!ENTITY qca-size          "672 KB">
    11   <!ENTITY qca-buildsize     "28 MB">
    12   <!ENTITY qca-time          "0.5 SBU (using parallelism=4; add 0.6 SBU for tests)">
     9  <!ENTITY qca-md5sum        "5d809bf0ade891dc89dfd7639cbeaa9d">
     10  <!ENTITY qca-size          "676 KB">
     11  <!ENTITY qca-buildsize     "30 MB">
     12  <!ENTITY qca-time          "0.6 SBU (using parallelism=4; add 1.0 SBU for tests)">
    1313]>
    1414
     
    5858      </listitem>
    5959    </itemizedlist>
    60    
     60<!--   
    6161    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing="compact">
     
    6868      </listitem>
    6969    </itemizedlist>
    70 
     70-->
    7171    <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
    7272
     
    8888    <xref linkend="nspr"/>,
    8989    <xref linkend="p11-kit"/>,
    90     <xref linkend="doxygen"/>, and
    91     <xref linkend="which"/>
     90    <xref linkend="doxygen"/>,
     91    <xref linkend="which"/>, and
     92    <ulink url="https://botan.randombit.net/">Botan</ulink>
    9293    </para>
    9394
     
    99100  <sect2 role="installation">
    100101    <title>Installation of Qca</title>
    101 
     102<!--
    102103    <para>Use <application>openssl-1.1</application>:</para>
    103104
    104105<screen><userinput>patch -Np1 -i ../qca-2.1.3-openssl-1.patch</userinput></screen>
    105 
     106-->
    106107    <para>Fix the location of the CA certificates:</para>
    107108
     
    114115cd    build &amp;&amp;
    115116
    116 cmake -DCMAKE_INSTALL_PREFIX=/usr                                \
    117       -DCMAKE_BUILD_TYPE=Release                                 \
    118       -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man                  \
    119       ..                                                         &amp;&amp;
     117cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR            \
     118      -DCMAKE_BUILD_TYPE=Release                \
     119      -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
     120      .. &amp;&amp;
    120121make</userinput></screen>
    121122
    122       <!--      -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0             \
    123       -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so       \
    124       -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so \ -->
    125 
    126     <para>To test the results, issue <command>make test</command>. One
    127     test is known to fail.</para>
     123    <para>To test the results, issue <command>make test</command>. One test
     124    using <xref linkend="gnupg2"/> fails without a correct passphrase.  The
     125    required passphrase does not seem to be published.</para>
    128126
    129127    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.