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
This commit is contained in:
Douglas R. Reno 2019-08-06 21:47:41 +00:00
parent 437fc48c6a
commit 256e1e843b
2 changed files with 9 additions and 23 deletions

View File

@ -45,6 +45,10 @@
<listitem>
<para>August 6th, 2019</para>
<itemizedlist>
<listitem>
<para>[renodr] - Now that e2fsprogs has fixed their broken libcom_err,
restore usage of system libraries in MIT Kerberos 5.</para>
</listitem>
<listitem>
<para>[ken] - Update details for Source Code Pro in TTF/OTF
fonts, the Adobe version from github has better coverage.</para>

View File

@ -138,8 +138,8 @@ sed -i -e '/eq 0/{N;s/12 //}' plugins/kdb/db2/libdb2/test/run.test &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--without-system-et \
--without-system-ss \
--with-system-et \
--with-system-ss \
--with-system-verto=no \
--enable-dns-for-realm &amp;&amp;
make</userinput></screen>
@ -200,36 +200,18 @@ cp -vfr ../doc/* /usr/share/doc/krb5-&mitkrb-version;</userinput></screen>
<filename class="directory">/var/lib</filename> instead of
<filename class="directory">/usr/var</filename>.
</para>
<!-- This was broken with e2fsprogs-1.45.0. The API functions in the
libcom_err.so library were changed, and one of the functions that
KRB5 looks for was removed. As a result, we need to use the system
versions for the time being. Check this again at the end of the 9.0
release cycle, or at the next version of MIT Kerberos 5. -->
<!--
<para>
<parameter>- -with-system-et</parameter>: This switch causes the build
<parameter>--with-system-et</parameter>: This switch causes the build
to use the system-installed versions of the error-table support
software.
</para>
<para>
<parameter>- -with-system-ss</parameter>: This switch causes the build
<parameter>--with-system-ss</parameter>: This switch causes the build
to use the system-installed versions of the subsystem command-line
interface software.
</para>
-->
<para>
<parameter>--without-system-et</parameter>: This switch uses the internal
version of the error-table support library because the version that is
shipped with e2fsprogs is now incompatible.
</para>
<para>
<parameter>--without-system-ss</parameter>: This switch uses the internal
version of the subsystem command-line interface software because the version
that is shipped with e2fsprogs is now incompatible.
</para>
<para>
<parameter>--with-system-verto=no</parameter>: This switch fixes a bug in