Summary: | app-arch/libarchive: automagically depends on zstd | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Georgy Yakovlev <gyakovlev> |
Component: | Current packages | Assignee: | Gentoo/BSD Team <bsd+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jer, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/libarchive/libarchive/pull/1124 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Georgy Yakovlev
![]() ![]() Yep, indeed upstream added it in 3.3.3 but without ENABLE_* option. I've submitter the latter upstream now, I'll add a local hack for it later today. our ebuild uses autotools build and knob is there configure.ac 370:AC_ARG_WITH([zstd], 371: AS_HELP_STRING([--without-zstd], [Don't build support for zstd through libzstd])) 373:if test "x$with_zstd" != "xno"; then 374: AC_CHECK_HEADERS([zstd.h]) 375: AC_CHECK_LIB(zstd,ZSTD_compressStream) you want to switch it to cmake? I think there are may be circular deps between libarchive and cmake in that case. @jer, could you please kindly stop spamming bugs? I get that you're frustrated that maintainers don't consider your personal bugs as important as you'd like them to but those two have *NOTHING* to do with libarchive. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4d92800930d4493bff35dc0ac461f091dda4a4 commit fe4d92800930d4493bff35dc0ac461f091dda4a4 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2019-01-22 12:26:14 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-01-22 13:37:48 +0000 app-arch/libarchive: Add USE=zstd Closes: https://bugs.gentoo.org/676020 Signed-off-by: Michał Górny <mgorny@gentoo.org> app-arch/libarchive/libarchive-3.3.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) |