From 0cbc2c0a0432637a25595d8740a0b5881baab7de Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 18 Jan 2024 18:25:15 +0800 Subject: 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. --- appendices/dependencies.xml | 7 ++++--- 1 file 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 @@ &before; - Acl and Libcap + Acl, Libcap, and Patch @@ -2414,14 +2414,15 @@ &dependencies; - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed + Attr, Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and + Sed &runtime; - Glibc + Attr and Glibc -- cgit v1.2.3-54-g00ecf