Changeset 0cbc2c0a


Ignore:
Timestamp:
01/18/2024 10:28:27 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
d6cbb12c
Parents:
9bbd87a
git-author:
Xi Ruoyao <xry111@…> (01/18/2024 10:25:15 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/18/2024 10:28:27 AM)
Message:

dependencies: Patch (optionally) uses attr

In chapter 6, patch configure outputs:

libattr development library was not found or not usable.
GNU patch will be built without xattr support.

While this is normal in chapter 6 (building a temporary patch), we
should mention this dependency in the dependencies page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r9bbd87a r0cbc2c0a  
    108108        <segtitle>&before;</segtitle>
    109109        <seglistitem>
    110           <seg>Acl and Libcap</seg>
     110          <seg>Acl, Libcap, and Patch</seg>
    111111        </seglistitem>
    112112      </segmentedlist>
     
    24152415        <segtitle>&dependencies;</segtitle>
    24162416        <seglistitem>
    2417           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed</seg>
     2417          <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and
     2418          Sed</seg>
    24182419        </seglistitem>
    24192420      </segmentedlist>
     
    24222423        <segtitle>&runtime;</segtitle>
    24232424        <seglistitem>
    2424           <seg>Glibc</seg>
     2425          <seg>Attr and Glibc</seg>
    24252426        </seglistitem>
    24262427      </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.