Changeset 5e0a98c
- Timestamp:
- 08/12/2020 08:25:42 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 34a065c
- Parents:
- 644e02f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r644e02f r5e0a98c 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Fix seamonkey build failure with glibc-2.32. 49 Thanks to Pierre for the sed.</para> 50 </listitem> 51 <listitem> 48 52 <para>[bdubbs] - Update to qemu-5.1.0. Fixes 49 53 <ulink url="&blfs-ticket-root;13914">#13914</ulink>.</para> -
xsoft/graphweb/seamonkey.xml
r644e02f r5e0a98c 282 282 --> 283 283 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> 292 289 293 290 <para>
Note:
See TracChangeset
for help on using the changeset viewer.