aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2024-01-18 18:25:15 +0800
committerXi Ruoyao <xry111@xry111.site>2024-01-18 18:28:27 +0800
commit0cbc2c0a0432637a25595d8740a0b5881baab7de (patch)
tree7ac770c21378887924b5cc2c0b3b9c04e5e0b297
parent9bbd87ae000d2f9e2c574e9ded8f30e24c95c649 (diff)
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.
-rw-r--r--appendices/dependencies.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 3cbfe7b8b..290f45ca5 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -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>