From f54b8be70f5a23d26b6b47fff21d38b87c28f8e9 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 5 Mar 2023 11:09:11 +0800 Subject: dependencies: List bzip2, xz, and zlib as libelf dependencies libelf.so links to libbz2.so.1.0, liblzma.so.5, and libz.so.1. libz is really used, but to me liblzma and libbz2 are "unneeded dependencies": the building system apparently thinks they are needed by zstd but actually not. I don't want to "fix the upstream" so just list them here anyway. --- appendices/dependencies.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'appendices/dependencies.xml') diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index e97588da3..a1efa3d01 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -387,7 +387,7 @@ &before; - File + File and Libelf @@ -1685,14 +1685,15 @@ &dependencies; - Bash, Binutils, Coreutils, GCC, Glibc, Make, and Zstd + Bash, Binutils, Bzip2, Coreutils, GCC, Glibc, Make, Xz, + Zlib, and Zstd &runtime; - Glibc and Zlib + Bzip2, Glibc, Xz, Zlib, and Zstd @@ -3205,7 +3206,7 @@ &before; Eudev, File, GRUB, Kmod, - and Man-DBand Man-DB, and Systemd @@ -3244,7 +3245,7 @@ &before; - File, Kmod, Perl, and Util-linux + File, Kmod, Libelf, Perl, and Util-linux -- cgit v1.2.3-54-g00ecf