Changeset be1bcf9c


Ignore:
Timestamp:
10/30/2016 03:13:50 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2f29b7e
Parents:
30b7db74
Message:

Fix build error in UDisks1 with newer GLibc.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks.xml

    r30b7db74 rbe1bcf9c  
    104104  <sect2 role="installation">
    105105    <title>Installation of UDisks</title>
     106
     107    <para>
     108      Fix and build issue with GLibc-2.24:
     109    </para>
     110
     111<screen><userinput>sed 's@#include &lt;stdio\.h&gt;@#include &lt;sys/stat.h&gt;\n#include &lt;stdio.h&gt;@' \
     112    -i src/helpers/job-drive-detach.c</userinput></screen>
    106113
    107114    <para>
  • introduction/welcome/changelog.xml

    r30b7db74 rbe1bcf9c  
    5454          the mk-ca-bundle.pl script included with curl.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[dj] - Fix build error in UDisks1 with newer GLibc.</para>
     58        </listitem>
    5659      </itemizedlist>
    5760    </listitem>
Note: See TracChangeset for help on using the changeset viewer.