Author: bdubbs
Date: Mon Feb 27 22:52:17 2017
New Revision: 18421

Log:
Remove obsolete sed from libdrm

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/libdrm.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Feb 27 10:43:38 
2017        (r18420)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Feb 27 22:52:17 
2017        (r18421)
@@ -45,6 +45,10 @@
       <para>February 27th, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Remove obsolete sed from libdrm. Fixes 
+          <ulink url="&blfs-ticket-root;8930">#8930</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to nghttp-1.20.0. Fixes 
           <ulink url="&blfs-ticket-root;8926">#8926</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/libdrm.xml
==============================================================================
--- trunk/BOOK/x/lib/libdrm.xml Mon Feb 27 10:43:38 2017        (r18420)
+++ trunk/BOOK/x/lib/libdrm.xml Mon Feb 27 22:52:17 2017        (r18421)
@@ -103,10 +103,7 @@
       commands:
     </para>
 
-<screen><userinput>sed -i "/pthread-stubs/d" configure.ac  &amp;&amp;
-autoreconf -fiv                         &amp;&amp;
-
-./configure --prefix=/usr --enable-udev &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --enable-udev &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -128,20 +125,9 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>sed -e "/pthread-stubs/d" -i configure.ac</command>:
-      This sed removes a dependency on the libpthread-stubs package
-      which is useless on Linux.
-    </para>
-
-    <para>
       <parameter>--enable-udev</parameter>: This parameter enables support for 
using
       <application>Udev</application> instead of <command>mknod</command>.
     </para>
-<!--
-    <para>
-      <parameter>-\-disable-valgrind</parameter>: This parameter fixes a hard 
dependency on
-      <application>Valgrind</application>.
-    </para> -->
 
   </sect2>
 
-- 
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