p11-kit: Adjusted -D spacing.

This commit is contained in:
--global 2024-10-02 15:24:14 -06:00
parent a4d560b247
commit 97581421f2
2 changed files with 7 additions and 4 deletions

View File

@ -42,6 +42,9 @@
<listitem>
<para>October 2nd, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - p11-kit: Adjusted -D spacing.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - CMake: Fix a build issue.</para>
</listitem>

View File

@ -91,7 +91,7 @@ cd p11-build &amp;&amp;
meson setup .. \
--prefix=/usr \
--buildtype=release \
-Dtrust_paths=/etc/pki/anchors &amp;&amp;
-D trust_paths=/etc/pki/anchors &amp;&amp;
ninja</userinput></screen>
<para>
@ -115,18 +115,18 @@ ln -sfv /usr/libexec/p11-kit/trust-extract-compat \
href="../../xincludes/meson-buildtype-release.xml"/>
<para>
<parameter>-Dtrust_paths=/etc/pki/anchors</parameter>: this switch
<parameter>-D trust_paths=/etc/pki/anchors</parameter>: this switch
sets the location of trusted certificates used by libp11-kit.so.
</para>
<para>
<option>-Dhash_impl=freebl</option>: Use this switch if you want to
<option>-D hash_impl=freebl</option>: Use this switch if you want to
use the Freebl library from <application>NSS</application> for SHA1 and
MD5 hashing.
</para>
<para>
<option>-Dgtk_doc=true</option>: Use this switch if you have installed
<option>-D gtk_doc=true</option>: Use this switch if you have installed
<!-- xref linkend="gtk-doc"/ --> and <!-- xref linkend="libxslt"/ --> and wish to
rebuild the documentation and generate manual pages.
</para>