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.
This commit is contained in:
Xi Ruoyao 2024-01-18 18:25:15 +08:00
parent 9bbd87ae00
commit 0cbc2c0a04
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -107,7 +107,7 @@
<segmentedlist id="attr-before">
<segtitle>&before;</segtitle>
<seglistitem>
<seg>Acl and Libcap</seg>
<seg>Acl, Libcap, and Patch</seg>
</seglistitem>
</segmentedlist>
@ -2414,14 +2414,15 @@
<segmentedlist id="patch-depends">
<segtitle>&dependencies;</segtitle>
<seglistitem>
<seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed</seg>
<seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and
Sed</seg>
</seglistitem>
</segmentedlist>
<segmentedlist id="patch-rundeps">
<segtitle>&runtime;</segtitle>
<seglistitem>
<seg>Glibc</seg>
<seg>Attr and Glibc</seg>
</seglistitem>
</segmentedlist>