mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 22:57:55 +08:00
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:
parent
636acbb187
commit
bc7ba13b78
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -147,6 +147,8 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../heimdal-&heimdal-version;-blfs_docs-1.patch &&
|
||||
sed -i.bak 's/struct krb5_cccol_cursor/&_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>
|
||||
|
Loading…
Reference in New Issue
Block a user