Changeset 29b0395


Ignore:
Timestamp:
08/14/2019 09:53:33 PM (5 years ago)
Author:
Ken Moffat <ken@…>
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:
b06fb60c
Parents:
eaa42b70
Message:

Comment seds re SIOCGSTAMP now that a fix is in place in LFS (rev 11651).

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    reaa42b70 r29b0395  
    246246<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch &amp;&amp;</userinput></screen>
    247247
    248     <para>
     248<!--<para>
    249249      Next, fix an issue caused by changes in the Kernel API Headers:
    250250    </para>
    251251
    252252<screen><userinput remap="pre">sed -i 's/SIOCGSTAMP/0x8906/' \
    253 qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>
     253qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>-->
    254254    <para>
    255255      Install <application>Qt5</application> by running the following commands:
  • xsoft/graphweb/firefox.xml

    reaa42b70 r29b0395  
    366366<screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i js/src/vm/JSContext*.h</userinput></screen>
    367367
    368     <para>
     368<!--<para>
    369369      Apply a sed to work around a change in the linux headers, and then
    370370      invoke the Python2 script to compile the package.
    371371    </para>
    372372
    373 <screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &amp;&amp;
    374 
    375 export CC=gcc CXX=g++ &amp;&amp;
     373<screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &amp;&amp;-->
     374
     375    <para>
     376      Now invoke the Python2 script to compile the package.
     377    </para>
     378
     379<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
    376380export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
    377381./mach build</userinput></screen>
     
    408412    <title>Command Explanations</title>
    409413
    410     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    411       href="../../xincludes/SIOCGSTAMP.xml"/>
     414<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     415      href="../../xincludes/SIOCGSTAMP.xml"/>-->
    412416
    413417    <para>
Note: See TracChangeset for help on using the changeset viewer.