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 /chapter01 | |
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 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 46215237f..29b9dfb19 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,17 @@ --> <listitem> + <para>2023-09-05</para> + <itemizedlist> + <listitem> + <para>[xry111] - Move pkgconf before binutils for binutils + building system to detect zstd properly. + <ulink url='&lfs-ticket-root;5340'>#5340</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2023-09-04</para> <itemizedlist> <listitem> |