Changeset cc7e9e2


Ignore:
Timestamp:
07/26/2005 05:31:15 AM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
f769b84
Parents:
49f07aad
Message:

Fix symlink related bug in cpio

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    r49f07aad rcc7e9e2  
    6868    --with-rmt=/usr/sbin/rmt &amp;&amp;
    6969echo "#define HAVE_SETLOCALE 1" >> config.h &amp;&amp;
     70echo "#define HAVE_LSTAT 1" >> config.h &amp;&amp;
    7071make</userinput></screen>
    7172
     
    100101
    101102    <para><command>echo "#define HAVE_SETLOCALE 1" >> config.h</command>:
    102     This command fixes a build problem to ensure proper LSB functionality.</para>
     103    This command specifies that the system <application>Libc</application> implements the
     104        setlocale function since it is not detected by <command>configure</command>.</para>
    103105       
     106    <para><command>echo "#define HAVE_LSTAT 1" >> config.h</command>:
     107    This defines fixes a bug that causes <command>cpio</command> to convert symlinks into
     108    regular files during archive creation.</para>
    104109
    105110  </sect2>
  • introduction/welcome/changelog.xml

    r49f07aad rcc7e9e2  
    2525  <itemizedlist>
    2626   
     27    <listitem>
     28      <para>July 25th 2005 [tushar]: Fix symlink related bug in cpio.
     29      See Bug # 1464.</para>
     30    </listitem>
     31
    2732    <listitem>
    2833      <para>July 25th 2005 [randy]: Updated to Heimdal-0.7.</para>
Note: See TracChangeset for help on using the changeset viewer.