diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 18:04:21 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 18:19:55 +0800 |
commit | b1b91826710349da5c3da7a97e4ce77834f77a7d (patch) | |
tree | 1d13739e26559e67eeb521aa158d0bd60bf590a2 /appendices | |
parent | 1ec60f1daf34b0021d903405899a217e4d214b93 (diff) |
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.
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/dependencies.xml | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ <segtitle>&dependencies;</segtitle> <seglistitem> <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, - Glibc, Grep, Make, Perl, Sed, Texinfo, and Zlib</seg> + Glibc, Grep, Make, Perl, Pkgconf, Sed, Texinfo, Zlib, and + Zstd</seg> </seglistitem> </segmentedlist> @@ -2518,7 +2519,8 @@ <segmentedlist id="pkgconf-before"> <segtitle>&before;</segtitle> <seglistitem> - <seg><phrase revision='systemd'>D-Bus, </phrase>E2fsprogs, + <seg>Binutils, + <phrase revision='systemd'>D-Bus, </phrase>E2fsprogs, IProute2, Kmod, Man-DB, Procps-ng, Python, &systemd-udev;, and Util-linux</seg> </seglistitem> @@ -3396,7 +3398,7 @@ <segmentedlist id="zstd-before"> <segtitle>&before;</segtitle> <seglistitem> - <seg>GCC, Libelf, and &systemd-udev;</seg> + <seg>Binutils, GCC, Libelf, and &systemd-udev;</seg> </seglistitem> </segmentedlist> |