Changeset 2cef196


Ignore:
Timestamp:
05/28/2017 07:32:09 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
421e0cb
Parents:
1fb6a438
Message:

Fix build error in ptlib with gcc-7.1.0. Thanks to Chris Staub for assisting with the fix.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1fb6a438 r2cef196  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "28">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 27th &year;">
     9<!ENTITY releasedate  "May 28th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/ptlib.xml

    r1fb6a438 r2cef196  
    3838
    3939    &lfs80_checked;
     40    &gcc7_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    111112  <sect2 role="installation">
    112113    <title>Installation of Ptlib</title>
     114
     115    <para>
     116      Fix a build issue with gcc-7.1.0:
     117    </para>
     118
     119<screen><userinput>sed -i "s/sbin\.Right(1) == '\\\\0')/strlen(sbin\.Right(1)) == 0)/" \
     120    src/ptclib/podbc.cxx</userinput></screen>
    113121
    114122    <para>
  • introduction/welcome/changelog.xml

    r1fb6a438 r2cef196  
    4343-->
    4444    <listitem>
     45      <para>May 28th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Fix build error in ptlib with gcc-7.1.0. Thanks to
     49          Chris Staub for assisting with the fix.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>May 27th, 2017</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.