Changeset 261fdeb


Ignore:
Timestamp:
05/29/2023 01:14:09 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
86f27d7d
Parents:
6617624
Message:

networkmanager: Document -Dcrypto= options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r6617624 r261fdeb  
    113113      <xref linkend="dbus-python"/> (for the test suite),
    114114      <!-- <xref linkend="firewalld"/> (For whenever firewalld is reintroduced) -->
    115       <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found),
     115      <xref linkend="gnutls"/> (can be used instead of <xref linkend="nss"/>),
    116116      <xref linkend="gtk-doc"/>,
    117117      <xref linkend="libpsl"/>,
     
    389389    </para>
    390390
     391    <para>
     392      <option>-Dcrypto=gnutls</option>: Use this switch if you have GnuTLS
     393      installed and want to use it for certificate and key operations in
     394      NetworkManager, instead of using NSS (the default).
     395    </para>
     396
     397    <para>
     398      <option>-Dcrypto=null</option>: Use this switch if neither NSS nor
     399      GnuTLS is installed but you want to build NetworkManager anyway.  This
     400      switch will make NetworkManager lack some features (for example
     401      802.1X).
     402    </para>
     403
    391404  </sect2>
    392405
Note: See TracChangeset for help on using the changeset viewer.