Date: Sun, 19 Apr 2009 06:59:12 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/cpio Makefile cpio.c Message-ID: <200904190659.n3J6xKwe083067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-04-19 06:59:12 UTC FreeBSD src repository Modified files: usr.bin/cpio Makefile cpio.c Log: SVN rev 191262 on 2009-04-19 06:59:12Z by kientzle 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. Revision Changes Path 1.9 +5 -0 src/usr.bin/cpio/Makefile 1.17 +32 -9 src/usr.bin/cpio/cpio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904190659.n3J6xKwe083067>