Changeset b90e366
- Timestamp:
- 02/15/2021 04:02:38 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 00637e1
- Parents:
- 8ed3ef2a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8ed3ef2a rb90e366 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 1 4th, &year;">9 <!ENTITY releasedate "February 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r8ed3ef2a rb90e366 43 43 --> 44 44 <listitem> 45 <para>February 15th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Default to disabling the elf-hack in thunderbird, 49 to ensure successful builds.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>February 14th, 2021</para> 46 56 <itemizedlist> -
xsoft/other/thunderbird.xml
r8ed3ef2a rb90e366 197 197 # The elf-hack causes failed installs on some machines. 198 198 # It is supposed to improve startup time and it shrinks libxul.so 199 # by a few MB - Uncomment this if your machine isaffected.200 #ac_add_options --disable-elf-hack199 # by a few MB - comment this if you know your machine is not affected. 200 ac_add_options --disable-elf-hack 201 201 202 202 # The BLFS editors recommend not changing anything below this line:
Note:
See TracChangeset
for help on using the changeset viewer.