Changeset 0c3d3e5


Ignore:
Timestamp:
02/14/2021 08:24:01 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
dc7314f
Parents:
6a1fb061
Message:

Seamonkey: disable elf-hack because of binutils-2.36+.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6a1fb061 r0c3d3e5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 13th, &year;">
     9<!ENTITY releasedate  "February 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6a1fb061 r0c3d3e5  
    4343    -->
    4444   <listitem>
     45     <para>February 14th, 2021</para>
     46     <itemizedlist>
     47       <listitem>
     48         <para>[ken] - In seamonkey mention the elf-hack and default to
     49         disabling it because of binutils-2.36+. Fixes
     50         <ulink url="&blfs-ticket-root;14653">#14653</ulink>.</para>
     51       </listitem>
     52     </itemizedlist>
     53   </listitem>
     54
     55   <listitem>
    4556     <para>February 13th, 2021</para>
    4657     <itemizedlist>
  • xsoft/graphweb/seamonkey.xml

    r6a1fb061 r0c3d3e5  
    228228ac_add_options --with-system-webp
    229229
     230# The elf-hack is reported to cause failed installs (after successful builds)
     231# on some machines. It is supposed to improve startup time and it shrinks
     232# libxul.so by a few MB - comment this if you know your machine is not affected.
     233ac_add_options --disable-elf-hack
     234
    230235# The BLFS editors recommend not changing anything below this line:
    231236ac_add_options --prefix=/usr
Note: See TracChangeset for help on using the changeset viewer.