From: root Date: Thu, 22 Feb 1996 21:31:16 +0000 (+0000) Subject: use level 9 compression! X-Git-Tag: tznext/4.11.0.1.tizen20130304~11555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a571c501a9021dc4a02c986b18690efc1e7dd03f;p=tools%2Flibrpm-tizen.git use level 9 compression! CVS patchset: 405 CVS date: 1996/02/22 21:31:16 --- 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 */