Changeset eb0d4d8


Ignore:
Timestamp:
10/28/2006 10:12:05 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
78f27ffd
Parents:
ca54c1f
Message:

Fix a bug in Less whereby the deprecated sigsetmask function was being used instead of sigprocmask

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rca54c1f reb0d4d8  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Fix a bug in Less whereby the <type>sigset_t</type>
     44          type is not detected by the <command>configure</command> script, which
     45          causes <function>sigsetmask</function> to be used instead of the
     46          preferred <function>sigprocmask</function> function.  Thanks to Robert
     47          Connolly for the report and patch.</para>
     48        </listitem>
     49        <listitem>
    4350          <para>[matthew] - Upgrade to IPRoute2-2.6.18-20061002.</para>
    4451        </listitem>
  • chapter01/whatsnew.xml

    rca54c1f reb0d4d8  
    206206    </listitem>
    207207    <listitem>
     208      <para>&less-signal_fix-patch;</para>
     209    </listitem>
     210    <listitem>
    208211      <para>&linux-unifdef-patch;</para>
    209212    </listitem>
  • chapter03/patches.xml

    rca54c1f reb0d4d8  
    156156
    157157    <varlistentry>
     158      <term>Less Signal Fix Patch - <token>&less-signal_fix-patch-size;</token>:</term>
     159      <listitem>
     160        <para>Download: <ulink url="&patches-root;&less-signal_fix-patch;"/></para>
     161        <para>MD5 sum: <literal>&less-signal_fix-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164
     165    <varlistentry>
    158166      <term>Linux Unifdef Patch - <token>&linux-unifdef-patch-size;</token>:</term>
    159167      <listitem>
  • chapter06/less.xml

    rca54c1f reb0d4d8  
    3434  <sect2 role="installation">
    3535    <title>Installation of Less</title>
     36
     37    <para>Apply a patch that prevents Less from using a deprecated function:
     38    </para>
     39
     40<screen><userinput>patch -Np1 -i ../&less-signal_fix-patch;</userinput></screen>
    3641
    3742    <para>Prepare Less for compilation:</para>
  • patches.ent

    rca54c1f reb0d4d8  
    8282
    8383
     84<!ENTITY less-signal_fix-patch "less-&less-version;-signal_fix-1.patch">
     85<!ENTITY less-signal_fix-patch-md5 "ef8f5750b1ef047e6a06cd4ea23068b0">
     86<!ENTITY less-signal_fix-patch-size "2.9 KB">
     87
     88
    8489<!ENTITY linux-unifdef-patch "linux-&linux-version;-unifdef-1.patch">
    8590<!ENTITY linux-unifdef-patch-md5 "7d6a92f0d10492e06a3275627377df86">
Note: See TracChangeset for help on using the changeset viewer.