Changeset 2cef196 for general


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.