X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rpm-lzma-mem.patch;fp=rpm-lzma-mem.patch;h=0000000000000000000000000000000000000000;hb=6fce50075952edfa510790ca6be81e6d3fb9e214;hp=544c247649ebdc0054ad3bd258cf3aa23913156b;hpb=e8194500fe8808a194e9ceeb3f8433e24464001a;p=packages%2Frpm.git diff --git a/rpm-lzma-mem.patch b/rpm-lzma-mem.patch deleted file mode 100644 index 544c247..0000000 --- a/rpm-lzma-mem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rpm-4.5/rpmio/lzdio.c.org 2008-11-05 18:13:43.655364585 +0100 -+++ rpm-4.5/rpmio/lzdio.c 2008-11-05 18:13:51.136793343 +0100 -@@ -132,7 +132,7 @@ - for (i = 3; i < 1024; i++) - xx = close(i); - lzma = rpmGetPath("%{?__lzma}%{!?__lzma:/usr/bin/lzma}", NULL); -- if (execle(lzma, "lzma", level, NULL, env)) -+ if (execle(lzma, "lzma", level, "-M0", NULL, env)) - _exit(1); - lzma = _free(lzma); - }