diff options
Diffstat (limited to 'app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch')
-rw-r--r-- | app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index 5d063e9ece41..000000000000 --- a/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch +++ /dev/null @@ -1,14 +0,0 @@ -Increase RPMBUFSIZ to increase the possibility to find magic compression identifier -http://bugs.gentoo.org/187219#c13 - ---- rpmoffset.c -+++ rpmoffset.c -@@ -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() - { |