Changeset a476c5de


Ignore:
Timestamp:
10/28/2022 09:17:34 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
74d63dc, f927d5b3
Parents:
b3285de
Message:

volume_key: find gpgme and gpg correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/volume_key.xml

    rb3285de ra476c5de  
    7777      <xref linkend="cryptsetup"/>,
    7878      <xref linkend="glib2"/>,
     79      <!-- To editors: if GnuPG is not installed, a wrong path to gpg will
     80           be hard-coded into the library.  Even if GnuPG is installed, we
     81           still need the 's/gpg2/gpg/' sed below.  I can't find an elegant
     82           way to specify the path manually (so I can't make it a runtime
     83           dependency).  -->
     84          <xref linkend="gnupg2"/>,
    7985      <xref linkend="gpgme"/>, and
    8086      <xref linkend="nss"/>
     
    98104  <sect2 role="installation">
    99105    <title>Installation of volume_key</title>
    100 
    101     <para>
    102       Install <application>volume_key</application> by running the following
    103       commands:
    104     </para>
    105106
    106107    <note>
     
    111112    </note>
    112113
     114    <para>
     115      Tell the building system how to locate GPGME and GnuPG correctly:
     116    </para>
     117
     118<screen><userinput remap='pre'>sed -e '/AM_PATH_GPGME/iAM_PATH_GPG_ERROR' \
     119    -e 's/gpg2/gpg/' -i configure.ac</userinput></screen>
     120
     121    <para>
     122      Install <application>volume_key</application> by running the following
     123      commands:
     124    </para>
     125
    113126<screen><userinput>autoreconf -fiv              &amp;&amp;
    114127./configure --prefix=/usr    \
     
    117130
    118131    <para>
    119       This package does not come with a functioning test suite.
     132      To test the results, issue: <command>make check</command>.
    120133    </para>
    121134
Note: See TracChangeset for help on using the changeset viewer.