]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When compiled for the release crunches, be a bit
authorkientzle <kientzle@FreeBSD.org>
Sun, 19 Apr 2009 06:59:12 +0000 (06:59 +0000)
committerkientzle <kientzle@FreeBSD.org>
Sun, 19 Apr 2009 06:59:12 +0000 (06:59 +0000)
commit8556eaa4e133a6e72bfd78c0e41951f25f5ef26b
tree51ea96a5a2dadb84a13c34c8ec4b6017cbc09f3e
parent5db25627cf7785d7c87f82547521401e37b96f11
When compiled for the release crunches, be a bit
more selective about what libarchive features we pull in:
 * No compression support
 * Only cpio and ustar writing
 * Only cpio and tar/pax readers
This reduces a statically linked, stripped binary from 900k to 680k
and completely eliminates the dependency on libcrypto.
usr.bin/cpio/Makefile
usr.bin/cpio/cpio.c