mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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.
This commit is contained in:
parent
07b44dd348
commit
f54b8be70f
@ -387,7 +387,7 @@
|
|||||||
<segmentedlist id="bzip2-before">
|
<segmentedlist id="bzip2-before">
|
||||||
<segtitle>&before;</segtitle>
|
<segtitle>&before;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>File</seg>
|
<seg>File and Libelf</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -1685,14 +1685,15 @@
|
|||||||
<segmentedlist id="libelf-depends">
|
<segmentedlist id="libelf-depends">
|
||||||
<segtitle>&dependencies;</segtitle>
|
<segtitle>&dependencies;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Zstd</seg>
|
<seg>Bash, Binutils, Bzip2, Coreutils, GCC, Glibc, Make, Xz,
|
||||||
|
Zlib, and Zstd</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<segmentedlist id="libelf-rundeps">
|
<segmentedlist id="libelf-rundeps">
|
||||||
<segtitle>&runtime;</segtitle>
|
<segtitle>&runtime;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Glibc and Zlib</seg>
|
<seg>Bzip2, Glibc, Xz, Zlib, and Zstd</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -3205,7 +3206,7 @@
|
|||||||
<segtitle>&before;</segtitle>
|
<segtitle>&before;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg><phrase revision="sysv">Eudev, </phrase>File, GRUB, Kmod,
|
<seg><phrase revision="sysv">Eudev, </phrase>File, GRUB, Kmod,
|
||||||
<phrase revision="sysv">and </phrase>Man-DB<phrase
|
Libelf, <phrase revision="sysv">and </phrase>Man-DB<phrase
|
||||||
revision="systemd">, and Systemd</phrase></seg>
|
revision="systemd">, and Systemd</phrase></seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
@ -3244,7 +3245,7 @@
|
|||||||
<segmentedlist id="zlib-before">
|
<segmentedlist id="zlib-before">
|
||||||
<segtitle>&before;</segtitle>
|
<segtitle>&before;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>File, Kmod, Perl, and Util-linux</seg>
|
<seg>File, Kmod, Libelf, Perl, and Util-linux</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user