Changeset 9d08b97


Ignore:
Timestamp:
02/14/2020 10:54:33 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3585fd6
Parents:
1c76830
Message:

Fix building ptlib with make-4.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1c76830 r9d08b97  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 13th, &year;">
     9<!ENTITY releasedate  "February 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/ptlib.xml

    r1c76830 r9d08b97  
    126126   
    127127sed -i '/\/ioctl.h/a#include &lt;sys/uio.h&gt;' src/ptlib/unix/channel.cxx</userinput></screen>
     128
     129    <para>
     130      Fix an issue with make-4.3 and later (breaks the build with previous
     131      versions of make):
     132    </para>
     133
     134<screen><userinput>sed 's/\\#/#/' -i make/common.mak</userinput></screen>
    128135
    129136    <para>
  • introduction/welcome/changelog.xml

    r1c76830 r9d08b97  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>February 14th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Fix building ptlib with make-4.3.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>February 13th, 2020</para>
Note: See TracChangeset for help on using the changeset viewer.