Changeset 52bb921 for x


Ignore:
Timestamp:
07/19/2015 06:41:38 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
8137b30
Parents:
20e1589
Message:

Update to libgusb-0.2.6
Fix a hard dependency on Valgrind within Libdrm. Thanks goes to Wayne for discovering the problem.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    r20e1589 r52bb921  
    104104<screen><userinput>sed -e "/pthread-stubs/d" -i configure.ac &amp;&amp;
    105105autoreconf -fiv &amp;&amp;
    106 ./configure --prefix=/usr --enable-udev &amp;&amp;
     106./configure --prefix=/usr --enable-udev --disable-valgrind &amp;&amp;
    107107make</userinput></screen>
    108108
     
    134134    </para>
    135135
     136    <para>
     137      <parameter>--disable-valgrind</parameter>: This parameter fixes a hard dependency on
     138      <application>Valgrind</application>.
     139    </para>
    136140  </sect2>
    137141
Note: See TracChangeset for help on using the changeset viewer.