]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-lzma-mem.patch
- rel 49; rebuild with new libproxy
[packages/rpm.git] / rpm-lzma-mem.patch
CommitLineData
62238cf9 1--- rpm-4.5/rpmio/lzdio.c.org 2008-11-05 18:13:43.655364585 +0100
2+++ rpm-4.5/rpmio/lzdio.c 2008-11-05 18:13:51.136793343 +0100
3@@ -132,7 +132,7 @@
4 for (i = 3; i < 1024; i++)
5 xx = close(i);
6 lzma = rpmGetPath("%{?__lzma}%{!?__lzma:/usr/bin/lzma}", NULL);
7- if (execle(lzma, "lzma", level, NULL, env))
8+ if (execle(lzma, "lzma", level, "-M0", NULL, env))
9 _exit(1);
10 lzma = _free(lzma);
11 }
This page took 0.035125 seconds and 4 git commands to generate.