Ignore:
Timestamp:
03/13/2010 11:28:02 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0e91c2b
Parents:
636acbb1
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/heimdal.xml

    r636acbb1 rbc7ba13  
    148148
    149149<screen><userinput>patch -Np1 -i ../heimdal-&heimdal-version;-blfs_docs-1.patch &amp;&amp;
     150sed -i.bak 's/struct krb5_cccol_cursor/&amp;_data/' \
     151    lib/krb5/{krb5.h,cache.c}
    150152
    151153./configure --prefix=/usr \
     
    267269    renaming the new <application>Heimdal</application> files) after the
    268270    installation.</para> -->
     271
     272    <para><command>sed -i.bak ... lib/krb5/{krb5.h,cache.c}</command>: This
     273    command is an upstream fix for a multiple declaration.</para>
    269274
    270275    <para><parameter>--libexecdir=/usr/sbin</parameter>: This switch causes
Note: See TracChangeset for help on using the changeset viewer.