]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove SMALL conditionals from gzip
authorTom Jones <thj@FreeBSD.org>
Thu, 27 Jan 2022 17:24:45 +0000 (17:24 +0000)
committerTom Jones <thj@FreeBSD.org>
Thu, 27 Jan 2022 17:27:21 +0000 (17:27 +0000)
commit4669f23ef76bd5ff7d122546ca5ed3e8575f1c73
tree7b2d3d1474cddb71f8051012a5e208c858f2dfda
parentc9afc7680f3e1f0510518de9de4264553a31aade
Remove SMALL conditionals from gzip

gzip has SMALL conditionals which enable building a reduced size version
of the binary. These exist as part of the introduction of BSD licensed
gzip in 2004 in NetBSD and appear to have been required to reach a size
for inclusion in their install media. For more information see commits
to gzip in the NetBSD tree on the 28th of March 2004.

SMALL doesn't appear to be hooked up to our build system and
complicates gzip quite a bit.

Reviewed by: kevans, imp
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D34047
usr.bin/gzip/gzip.c