mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
p11-kit: Adjusted -D spacing.
This commit is contained in:
parent
a4d560b247
commit
97581421f2
@ -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>
|
||||
|
@ -91,7 +91,7 @@ cd p11-build &&
|
||||
meson setup .. \
|
||||
--prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dtrust_paths=/etc/pki/anchors &&
|
||||
-D trust_paths=/etc/pki/anchors &&
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user