From a571c501a9021dc4a02c986b18690efc1e7dd03f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Feb 1996 21:31:16 +0000 Subject: [PATCH] use level 9 compression! CVS patchset: 405 CVS date: 1996/02/22 21:31:16 --- build/pack.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/pack.c b/build/pack.c index b679020..d177d5c 100644 --- a/build/pack.c +++ b/build/pack.c @@ -270,8 +270,7 @@ static int cpio_gzip(Header header, int fd, char *tempdir, int *archiveSize) fcntl(outpipe[0], F_SETFL, O_NONBLOCK); fcntl(inpipe[1], F_SETFL, O_NONBLOCK); - /* XXX - Unfortunately, this only does default (level 6) comrpession */ - zFile = gzdopen(fd, "w"); + zFile = gzdopen(fd, "w9"); if (!getEntry(header, RPMTAG_FILENAMES, NULL, (void **) &f, &count)) { /* count may already be 0, but this is safer */ -- 2.7.4