Author: ken
Date: Wed Aug 14 14:53:33 2019
New Revision: 21958

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

Modified:
   trunk/BOOK/x/lib/qt5.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Wed Aug 14 13:10:53 2019        (r21957)
+++ trunk/BOOK/x/lib/qt5.xml    Wed Aug 14 14:53:33 2019        (r21958)
@@ -245,12 +245,12 @@
 
 <screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch 
&amp;&amp;</userinput></screen> 
 
-    <para>
+<!--<para>
       Next, fix an issue caused by changes in the Kernel API Headers:
     </para>
 
 <screen><userinput remap="pre">sed -i 's/SIOCGSTAMP/0x8906/' \
-qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>
+qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>-->
     <para>
       Install <application>Qt5</application> by running the following commands:
     </para>

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Aug 14 13:10:53 2019        
(r21957)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       Wed Aug 14 14:53:33 2019        
(r21958)
@@ -365,14 +365,18 @@
 
 <screen role="nodump"><userinput>sed -e 's/checkImpl/checkFFImpl/g' -i 
js/src/vm/JSContext*.h</userinput></screen>
 
-    <para>
+<!--<para>
       Apply a sed to work around a change in the linux headers, and then
       invoke the Python2 script to compile the package.
     </para>
 
-<screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' 
media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &amp;&amp;
+<screen><userinput>sed -i 's/SIOCGSTAMP/0x8906/' 
media/webrtc/trunk/webrtc/rtc_base/physicalsocketserver.cc &amp;&amp;-->
+
+    <para>
+      Now invoke the Python2 script to compile the package.
+    </para>
 
-export CC=gcc CXX=g++ &amp;&amp;
+<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
 export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
 ./mach build</userinput></screen>
 
@@ -407,8 +411,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/SIOCGSTAMP.xml"/>
+<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/SIOCGSTAMP.xml"/>-->
 
     <para>
       <command>sed -e 's/checkImpl/checkFFImpl/g' ...</command>: Although the
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to