https://sourceware.org/bugzilla/show_bug.cgi?id=33521
Aaron Merey <amerey at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Aaron Merey <amerey at redhat dot com> ---
Fixed in the following commit:
commit c5fa0eb29c1d8b818ee48796042f292c3a80e288
Author: Aaron Merey <[email protected]>
Date: Wed Oct 8 20:31:20 2025 -0400
configure.ac: Add option --with-libarchive
libarchive is required to build debuginfod server and optional for
eu-srcfiles (it enables the --zip option). If neither debuginfod server
nor eu-srcfiles --zip are needed, libarchive can be excluded from the
build.
Currently there is no way to exclude libarchive from the build if
PKG_CHECK_MODULES finds it at configure time. While debuginfod server
can be disabled with --disable-debuginfod, eu-srcfiles is
unconditionally built with libarchive if it is found.
Add configure option --with-libarchive so that this behavior can be
overridden.
--without-libarchive and --enable-debuginfod cannot be used together.
https://sourceware.org/bugzilla/show_bug.cgi?id=33521
Signed-off-by: Aaron Merey <[email protected]>
--
You are receiving this mail because:
You are on the CC list for the bug.