Changeset d719805


Ignore:
Timestamp:
02/25/2018 09:23:32 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
222a0699
Parents:
2077cafb
Message:

Fix option vs parameter, and remove a parameter in ldns' configure, since
openssl-1.1 is now in LFS.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/ldns.xml

    r2077cafb rd719805  
    105105            --sysconfdir=/etc       \
    106106            --disable-static        \
    107             --disable-dane-ta-usage \
    108107            --with-drill            &amp;&amp;
    109108make</userinput></screen>
     
    138137  <sect2 role="commands">
    139138    <title>Command Explanations</title>
    140 
    141     <para>
    142       <option>--disable-dane-ta-usage</option>: This option disables DANE-TA
    143       (DNS-Based Authentication of Named Entities) support.  Remove this opion
    144       if OpenSSL-1.1.0 or later is installed.
    145     </para>
    146139
    147140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    152145      <command>drill</command> tool (used for obtaining debug information
    153146      from DNS(SEC))
     147    </para>
     148
     149    <para>
     150      <option>--disable-dane-ta-usage</option>: This option disables DANE-TA
     151      (DNS-Based Authentication of Named Entities) support.  It is needed
     152      if OpenSSL-1.1.0 or later is installed.
    154153    </para>
    155154
  • networking/netutils/wicd.xml

    r2077cafb rd719805  
    152152    order for the build to complete.</para>
    153153
    154     <para><option>--no-install-kde</option>: Prevent installation of an
     154    <para><parameter>--no-install-kde</parameter>: Prevent installation of an
    155155    autostart desktop file for KDE. If you use KDE, you should instead install
    156156    the
     
    158158    KDE Client</ulink>.</para>
    159159
    160     <para><option>--no-install-acpi</option>: Prevent installation of
     160    <para><parameter>--no-install-acpi</parameter>: Prevent installation of
    161161    <command>suspend</command> and <command>resume</command> scripts for acpid.
    162162    Omit this option if you use acpid.</para>
    163163
    164     <para><option>--no-install-pmutils</option>: Prevent installation of hooks
    165     for pm-utils. Omit this option if you use pm-utils.</para>
    166 
    167     <para revision="sysv"><option>--no-install-init</option>: Prevent
     164    <para><parameter>--no-install-pmutils</parameter>: Prevent installation of
     165    hooks for pm-utils. Omit this option if you use pm-utils.</para>
     166
     167    <para revision="sysv"><parameter>--no-install-init</parameter>: Prevent
    168168    installation of any init scripts, as a bootscript is installed later in the
    169169    instructions.</para>
    170170
    171     <para revision="systemd"><option>--no-install-init</option>: Prevent
     171    <para revision="systemd"><parameter>--no-install-init</parameter>: Prevent
    172172    installation of service files twice.  They are installed as a part of
    173173    the sed to setup.py.</para>
    174174
    175     <para><option>--no-install-gnome-shell-extensions</option>: Prevent
     175    <para><parameter>--no-install-gnome-shell-extensions</parameter>: Prevent
    176176    installation of the respective extensions. Remove this switch, if you are
    177177    using Gnome Shell.</para>
Note: See TracChangeset for help on using the changeset viewer.