Changeset c179964


Ignore:
Timestamp:
08/25/2023 04:46:41 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
909f284, f83f864
Parents:
1e9ad78 (diff), 0f5e0b4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libxcrypt.xml

    r1e9ad78 rc179964  
    101101      that link against these functions require ABI version 1.  If you must
    102102      have such functions because of some binary-only application or to be
    103       to be compliant with LSB, build the package again with the following
     103      compliant with LSB, build the package again with the following
    104104      commands:</para>
    105105
    106 <screen><userinput remap="nodump">make distclean
     106<screen role="nodump"><userinput>make distclean
    107107./configure --prefix=/usr                \
    108108            --enable-hashes=strong,glibc \
  • chapter10/grub.xml

    r1e9ad78 rc179964  
    2020    <para>
    2121      If your system has UEFI support and you wish to boot LFS with UEFI,
    22       you should skip this page, and configure GRUB with UEFI support
    23       using the instructions provided in
     22      you should skip the instructions in this page but still learn the
     23      syntax of <filename>grub.cfg</filename> and the method to specify
     24      a partition in the file from this page, and configure GRUB with UEFI
     25      support using the instructions provided in
    2426      <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>.
    2527    </para>
  • packages.ent

    r1e9ad78 rc179964  
    766766<!ENTITY zlib-version "1.2.13">
    767767<!ENTITY zlib-size "1267 KB">
    768 <!ENTITY zlib-url "https://zlib.net/zlib-&zlib-version;.tar.xz">
     768<!ENTITY zlib-url "&anduin-sources;/zlib-&zlib-version;.tar.xz">
    769769<!ENTITY zlib-md5 "7d9fc1d78ae2fa3e84fe98b77d006c63">
    770770<!ENTITY zlib-home "https://www.zlib.net/">
Note: See TracChangeset for help on using the changeset viewer.