From b1b91826710349da5c3da7a97e4ce77834f77a7d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 5 Sep 2023 18:04:21 +0800 Subject: chapter08: Move pkgconf before binutils It allows binutils to link to zstd, so binutils will have zstd-compressed debug section support (the compression is not enabled by default but can be enabled via LDFLAGS etc. if wanted). We also need to add libzstd.so.&zstd-version; into online_usrlib to prevent a crash in stripping. --- appendices/dependencies.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'appendices/dependencies.xml') diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 6f03da578..0ab386dff 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -286,7 +286,8 @@ &dependencies; Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, - Glibc, Grep, Make, Perl, Sed, Texinfo, and Zlib + Glibc, Grep, Make, Perl, Pkgconf, Sed, Texinfo, Zlib, and + Zstd @@ -2518,7 +2519,8 @@ &before; - D-Bus, E2fsprogs, + Binutils, + D-Bus, E2fsprogs, IProute2, Kmod, Man-DB, Procps-ng, Python, &systemd-udev;, and Util-linux @@ -3396,7 +3398,7 @@ &before; - GCC, Libelf, and &systemd-udev; + Binutils, GCC, Libelf, and &systemd-udev; -- cgit v1.2.3-54-g00ecf