Ignore:
Timestamp:
08/06/2019 09:47:41 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0217183
Parents:
437fc48c
Message:

Restore usage of system libraries in MIT Kerberos 5 (krb5) since e2fsprogs has straightened their Error Table API out

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb.xml

    r437fc48c r256e1e84  
    139139            --sysconfdir=/etc        \
    140140            --localstatedir=/var/lib \
    141             --without-system-et      \
    142             --without-system-ss      \
     141            --with-system-et         \
     142            --with-system-ss         \
    143143            --with-system-verto=no   \
    144144            --enable-dns-for-realm &amp;&amp;
     
    201201      <filename class="directory">/usr/var</filename>.
    202202    </para>
    203     <!-- This was broken with e2fsprogs-1.45.0. The API functions in the
    204          libcom_err.so library were changed, and one of the functions that
    205          KRB5 looks for was removed. As a result, we need to use the system
    206          versions for the time being. Check this again at the end of the 9.0
    207          release cycle, or at the next version of MIT Kerberos 5. -->
    208     <!--
    209     <para>
    210       <parameter>- -with-system-et</parameter>: This switch causes the build
     203
     204    <para>
     205      <parameter>--with-system-et</parameter>: This switch causes the build
    211206      to use the system-installed versions of the error-table support
    212207      software.
     
    214209
    215210    <para>
    216       <parameter>- -with-system-ss</parameter>: This switch causes the build
     211      <parameter>--with-system-ss</parameter>: This switch causes the build
    217212      to use the system-installed versions of the subsystem command-line
    218213      interface software.
    219     </para>
    220     -->
    221 
    222     <para>
    223       <parameter>--without-system-et</parameter>: This switch uses the internal
    224       version of the error-table support library because the version that is
    225       shipped with e2fsprogs is now incompatible.
    226     </para>
    227 
    228     <para>
    229       <parameter>--without-system-ss</parameter>: This switch uses the internal
    230       version of the subsystem command-line interface software because the version
    231       that is shipped with e2fsprogs is now incompatible.
    232214    </para>
    233215
Note: See TracChangeset for help on using the changeset viewer.