Changeset ec54fa5b
- Timestamp:
- 08/16/2019 03:46:27 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, 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:
- b2dc6a7f
- Parents:
- c910aa5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc910aa5 rec54fa5b 45 45 <para>August 16th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Fix compilation of Firefox on i686 platforms. Fixes 49 <ulink url="&blfs-ticket-root;12286">#12286</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[timtas] - Update to qemu-4.1.0. Fixes -
xsoft/graphweb/firefox.xml
rc910aa5 rec54fa5b 270 270 271 271 # Disabling debug symbols makes the build much smaller and a little 272 # faster. Comment this if you need to run a debugger. 272 # faster. Comment this if you need to run a debugger. Note: This is 273 # required for compilation on i686. 273 274 ac_add_options --disable-debug-symbols 274 275 … … 366 367 <screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h</userinput></screen> 367 368 368 <!--<para> 369 Apply a sed to work around a change in the linux headers, and then 370 invoke the Python2 script to compile the package. 371 </para> 372 373 <screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &&--> 369 <para> 370 If you are building on i686, apply a fix to prevent Internal Compiler 371 Errors in GCC-7+: 372 </para> 373 374 <screen><userinput remap="pre">case $(uname -m) in 375 i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;; 376 esac</userinput></screen> 374 377 375 378 <para>
Note:
See TracChangeset
for help on using the changeset viewer.