[Bug 244302] WITHOUT_LZMA_SUPPORT has no effect
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 22 08:35:11 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244302
Bug ID: 244302
Summary: WITHOUT_LZMA_SUPPORT has no effect
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: delphij at FreeBSD.org
src.conf option WITHOUT_LZMA_SUPPORT has no effect. The library and the xz
utilities are always built. There is no use of MK_LZMA_SUPPORT throught the
whole base system.
I have added support for MK_LZMA_SUPPORT in gzip(1), and on amd64 -CURRENT, the
version without LZMA support is only 8KiB smaller than the version with it.
The shared object itself is about 180KiB.
I think if the goal is to support it, we should teach build system about it
(e.g. don't build LZMA libraries, etc.), but personally I don't see much point
of doing this so perhaps we should just remove this option.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list