summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/rpm2targz/files')
-rw-r--r--app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch b/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch
new file mode 100644
index 000000000000..acf1b5d60115
--- /dev/null
+++ b/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch
@@ -0,0 +1,11 @@
+--- rpmoffset.c.orig 2008-04-29 10:39:13.000000000 +0400
++++ rpmoffset.c 2008-04-29 10:39:57.000000000 +0400
+@@ -10,7 +10,7 @@
+ /* chunk of RAM right away so that we have enough. Yeah, horrible */
+ /* quick and dirty implementation, but hey -- it gets the job done. */
+
+-#define RPMBUFSIZ 2097152
++#define RPMBUFSIZ 3145728
+
+ main()
+ {