Author: ken
Date: Wed Aug 12 13:25:42 2020
New Revision: 23502

Log:
Fix seamonkey ftbfs with glibc-2.32.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug 12 13:19:07 
2020        (r23501)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Aug 12 13:25:42 
2020        (r23502)
@@ -45,6 +45,10 @@
       <para>August 12th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Fix seamonkey build failure with glibc-2.32.
+          Thanks to Pierre for the sed.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to qemu-5.1.0. Fixes
           <ulink url="&blfs-ticket-root;13914">#13914</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml     Wed Aug 12 13:19:07 2020        
(r23501)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml     Wed Aug 12 13:25:42 2020        
(r23502)
@@ -281,14 +281,11 @@
 <screen><userinput>patch -Np1 -i 
../seamonkey-&seamonkey-version;-rust_fixes-1.patch</userinput></screen>
 -->
 
-<!-- Applied in Seamonkey-2.53.2
     <para>
-      Remove a function definition, which is incompatible with the one in
-      glibc-2.30:
+      Remove a deprecated include which breaks the build with glibc-2.32:
     </para>
 
-<screen><userinput>sed -i -e '/pid_t gettid/,+3 s@^@//@' 
mozilla/tools/profiler/core/platform.h</userinput></screen>
--->
+<screen><userinput>sed /sysctl/d -i 
mozilla/memory/build/mozjemalloc.cpp</userinput></screen>
 
     <para>
       Compile <application>SeaMonkey</application> by running the following
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to