Ignore:
Timestamp:
08/16/2019 03:46:27 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
b2dc6a7f
Parents:
c910aa5
Message:

Fix compilation of Firefox on i686

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rc910aa5 rec54fa5b  
    270270
    271271# 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.
    273274ac_add_options --disable-debug-symbols
    274275
     
    366367<screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h</userinput></screen>
    367368
    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 &amp;&amp;-->
     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 ;;
     376esac</userinput></screen>
    374377
    375378    <para>
Note: See TracChangeset for help on using the changeset viewer.