Changeset 9e629a4 for postlfs


Ignore:
Timestamp:
08/17/2018 12:08:56 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e738c51
Parents:
2f1053c
Message:

Update to libblockdev-2.19.
Update to libbytesize-1.4.

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

Location:
postlfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r2f1053c r9e629a4  
    3535    </para>
    3636
    37     &lfs82_checked;
     37    &lfs83_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     104<screen><userinput>sed -i '/utsname.h/a#include &lt;sys/sysmacros.h&gt;' libparted/arch/linux.c &amp;&amp;
     105
     106./configure --prefix=/usr --disable-static &amp;&amp;
    105107make &amp;&amp;
    106108
     
    148150  <sect2 role="commands">
    149151    <title>Command Explanations</title>
     152
     153    <para>
     154      <command>sed ...</command>: Add a header to allow building with glibc-2.28
     155      or later.
     156    </para>
    150157
    151158    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • postlfs/security/gpgme.xml

    r2f1053c r9e629a4  
    4242    </para>
    4343
    44     &lfs82_checked;
     44    &lfs83_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/security/volume_key.xml

    r2f1053c r9e629a4  
    3636    </para>
    3737
    38     &lfs82_checked;
     38    &lfs83_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.