Changeset 5e0a98c for xsoft/graphweb


Ignore:
Timestamp:
08/12/2020 08:25:42 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
34a065c
Parents:
644e02f
Message:

Fix seamonkey ftbfs with glibc-2.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r644e02f r5e0a98c  
    282282-->
    283283
    284 <!-- Applied in Seamonkey-2.53.2
    285     <para>
    286       Remove a function definition, which is incompatible with the one in
    287       glibc-2.30:
    288     </para>
    289 
    290 <screen><userinput>sed -i -e '/pid_t gettid/,+3 s@^@//@' mozilla/tools/profiler/core/platform.h</userinput></screen>
    291 -->
     284    <para>
     285      Remove a deprecated include which breaks the build with glibc-2.32:
     286    </para>
     287
     288<screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>
    292289
    293290    <para>
Note: See TracChangeset for help on using the changeset viewer.