Added a sed command from upstream to the Heimdal instructions to fix a multiple declaration

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8327 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-13 23:28:02 +00:00
parent 636acbb187
commit bc7ba13b78
3 changed files with 16 additions and 1 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">

View File

@ -41,6 +41,16 @@
-->
<listitem>
<para>March 14th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a sed command from upstream to the Heimdal
instructions to fix a multiple declaration.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 12th, 2010</para>
<itemizedlist>

View File

@ -147,6 +147,8 @@
commands:</para>
<screen><userinput>patch -Np1 -i ../heimdal-&heimdal-version;-blfs_docs-1.patch &amp;&amp;
sed -i.bak 's/struct krb5_cccol_cursor/&amp;_data/' \
lib/krb5/{krb5.h,cache.c}
./configure --prefix=/usr \
--sysconfdir=/etc/heimdal \
@ -267,6 +269,9 @@ chmod -v 755 /bin/krb5-check-cracklib.pl</userinput></screen>
renaming the new <application>Heimdal</application> files) after the
installation.</para> -->
<para><command>sed -i.bak ... lib/krb5/{krb5.h,cache.c}</command>: This
command is an upstream fix for a multiple declaration.</para>
<para><parameter>--libexecdir=/usr/sbin</parameter>: This switch causes
the daemon programs to be installed into
<filename class="directory">/usr/sbin</filename>.</para>