1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-26 07:55:01 +00:00
freebsd/usr.bin/ar
Kai Wang 5dfab45b42 Removed ar(1)'s support for compressed archives. This change removes
ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and
fixes building HEAD on some versions of FreeBSD[78]. Option -j and -z
is now accepted but ignored.

Compressed ar(1) archives are not useful without a ld(1) that can read
them. Also, the current ar(1) compression scheme prevents random
access of archive members and needs to be redesigned anyway.

Submitted by:	kientzle (original patch)
Reviewed by:	delphij
Discussed on:	-current mailing list
2010-05-17 09:37:59 +00:00
..
acplex.l
acpyacc.y Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
ar.1 Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
ar.c Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
ar.h Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
Makefile Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
read.c Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00
util.c
write.c Removed ar(1)'s support for compressed archives. This change removes 2010-05-17 09:37:59 +00:00