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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.