Changeset 599909f


Ignore:
Timestamp:
02/28/2017 06:52:17 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
4d67ec6
Parents:
9086bf8
Message:

Remove obsolete sed from libdrm

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9086bf8 r599909f  
    4545      <para>February 27th, 2017</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Remove obsolete sed from libdrm. Fixes
     49          <ulink url="&blfs-ticket-root;8930">#8930</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to nghttp-1.20.0. Fixes
  • x/lib/libdrm.xml

    r9086bf8 r599909f  
    104104    </para>
    105105
    106 <screen><userinput>sed -i "/pthread-stubs/d" configure.ac  &amp;&amp;
    107 autoreconf -fiv                         &amp;&amp;
    108 
    109 ./configure --prefix=/usr --enable-udev &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr --enable-udev &amp;&amp;
    110107make</userinput></screen>
    111108
     
    129126
    130127    <para>
    131       <command>sed -e "/pthread-stubs/d" -i configure.ac</command>:
    132       This sed removes a dependency on the libpthread-stubs package
    133       which is useless on Linux.
    134     </para>
    135 
    136     <para>
    137128      <parameter>--enable-udev</parameter>: This parameter enables support for using
    138129      <application>Udev</application> instead of <command>mknod</command>.
    139130    </para>
    140 <!--
    141     <para>
    142       <parameter>-\-disable-valgrind</parameter>: This parameter fixes a hard dependency on
    143       <application>Valgrind</application>.
    144     </para> -->
    145131
    146132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.