Changeset f54b8be


Ignore:
Timestamp:
03/05/2023 03:09:11 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
e2469c5a
Parents:
07b44dd
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r07b44dd rf54b8be  
    388388        <segtitle>&before;</segtitle>
    389389        <seglistitem>
    390           <seg>File</seg>
     390          <seg>File and Libelf</seg>
    391391        </seglistitem>
    392392      </segmentedlist>
     
    16861686        <segtitle>&dependencies;</segtitle>
    16871687        <seglistitem>
    1688           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Zstd</seg>
     1688          <seg>Bash, Binutils, Bzip2, Coreutils, GCC, Glibc, Make, Xz,
     1689          Zlib, and Zstd</seg>
    16891690        </seglistitem>
    16901691      </segmentedlist>
     
    16931694        <segtitle>&runtime;</segtitle>
    16941695        <seglistitem>
    1695           <seg>Glibc and Zlib</seg>
     1696          <seg>Bzip2, Glibc, Xz, Zlib, and Zstd</seg>
    16961697        </seglistitem>
    16971698      </segmentedlist>
     
    32063207        <seglistitem>
    32073208          <seg><phrase revision="sysv">Eudev, </phrase>File, GRUB, Kmod,
    3208           <phrase revision="sysv">and </phrase>Man-DB<phrase
     3209          Libelf, <phrase revision="sysv">and </phrase>Man-DB<phrase
    32093210          revision="systemd">, and Systemd</phrase></seg>
    32103211        </seglistitem>
     
    32453246        <segtitle>&before;</segtitle>
    32463247        <seglistitem>
    3247           <seg>File, Kmod, Perl, and Util-linux</seg>
     3248          <seg>File, Kmod, Libelf, Perl, and Util-linux</seg>
    32483249        </seglistitem>
    32493250      </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.