Changeset 63ab44e
- Timestamp:
- 11/28/2016 08:57:28 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 81a7266f
- Parents:
- e37f388
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re37f388 r63ab44e 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[pierre] - Update to thunderbird-45.5.0. Fixes 51 <ulink url="&blfs-ticket-root;8553">#8553</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[bdubbs] - Update to gtksourceview-3.22.2. Fixes 51 55 <ulink url="&blfs-ticket-root;8578">#8578</ulink>.</para> -
packages.ent
re37f388 r63ab44e 708 708 <!ENTITY rox-filer-version "2.11"> 709 709 <!ENTITY rxvt-unicode-version "9.22"> 710 <!ENTITY thunderbird-version "45. 4.0">710 <!ENTITY thunderbird-version "45.5.0"> 711 711 <!ENTITY tigervnc-version "1.7.0"> 712 712 <!ENTITY transmission-version "2.92"> -
xsoft/other/thunderbird.xml
re37f388 r63ab44e 8 8 <!-- <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">--> 9 9 <!ENTITY thunderbird-download-ftp " "> 10 <!ENTITY thunderbird-md5sum " f90365e69f33efa8c2e69bbc6bb5b3a3">10 <!ENTITY thunderbird-md5sum "39b50c7659fa106eb53e5ea4c8bc7b2a"> 11 11 <!ENTITY thunderbird-size "192 MB"> 12 <!ENTITY thunderbird-buildsize "3.6 GB (8 0MB installed)">13 <!ENTITY thunderbird-time "11 SBU (with -j4, 3 5SBU with -j1)">12 <!ENTITY thunderbird-buildsize "3.6 GB (88 MB installed)"> 13 <!ENTITY thunderbird-time "11 SBU (with -j4, 36 SBU with -j1)"> 14 14 ]> 15 15 … … 207 207 ac_add_options --with-system-icu 208 208 209 # Set CFLAGS and CXXFLAGS to prevent segfaults due to agressive 210 # optimizations in GCC-6: 211 export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" 212 export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" 213 209 214 # The BLFS editors recommend not changing anything below this line: 210 215 ac_add_options --prefix=/usr … … 250 255 <note><para> 251 256 If you are compiling <application>Thunderbird</application> in chroot, 252 prepend <envar>SHELL=/bin/sh</envar> to the <!--first -->make command below.257 prepend <envar>SHELL=/bin/sh</envar> to the make command below. 253 258 </para></note> 254 259 … … 261 266 -i mozilla/nsprpub/config/make-system-wrappers.pl && 262 267 263 export CFLAGS_HOLD=$CFLAGS &&264 export CXXFLAGS_HOLD=$CXXFLAGS &&265 export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &&266 export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &&267 268 268 269 make -f client.mk</userinput></screen> … … 279 280 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 280 281 chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen> 281 282 <para>283 Set the compilation flags back to their original values:284 </para>285 286 <screen><userinput>export CFLAGS=$CFLAGS_HOLD &&287 export CXXFLAGS=$CXXFLAGS_HOLD &&288 unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>289 282 290 283 <!-- thunderbuild directory does not exist anymore. Leaving as comment,
Note:
See TracChangeset
for help on using the changeset viewer.