]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- update for tukaani lzma parameters
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Dec 2007 12:06:43 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-lzma-tukaani.patch -> 1.1.2.1

rpm-lzma-tukaani.patch [new file with mode: 0644]

diff --git a/rpm-lzma-tukaani.patch b/rpm-lzma-tukaani.patch
new file mode 100644 (file)
index 0000000..f60f236
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN rpm-4.4.9.org/rpmio/rpmio.c rpm-4.4.9/rpmio/rpmio.c
+--- rpm-4.4.9.org/rpmio/rpmio.c        2007-03-31 13:33:15.000000000 +0200
++++ rpm-4.4.9/rpmio/rpmio.c    2007-12-10 12:50:56.678906501 +0100
+@@ -2879,7 +2879,7 @@
+         xx = dup2(fdno, 1);
+         for (i = 3; i < 1024; i++)
+           xx = close(i);
+-        if (execl("/usr/bin/lzma", "lzma", "e", "-si", "-so", NULL))
++        if (execl("/usr/bin/lzma", "lzma", "--format=alone", "-zc", "-", NULL))
+             _exit(1);
+     }
+     return NULL; /* warning */
This page took 0.038935 seconds and 4 git commands to generate.