]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use system size_t instead of some pseudo detection, fixes lzma read on
authortommat <tommat@pld-linux.org>
Tue, 16 Oct 2007 09:37:20 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  sparc64

Changed files:
    rpm-lzma-size_t.patch -> 1.1

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

diff --git a/rpm-lzma-size_t.patch b/rpm-lzma-size_t.patch
new file mode 100644 (file)
index 0000000..1f5a0fe
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.4.9/rpmio/LzmaDecode.h.orig  2007-10-14 19:23:02.629594398 +0000
++++ rpm-4.4.9/rpmio/LzmaDecode.h       2007-10-14 19:23:16.628653630 +0000
+@@ -35,7 +35,7 @@
+ /* #define _LZMA_LOC_OPT */
+ /* Enable local speed optimizations inside code */
+-/* #define _LZMA_SYSTEM_SIZE_T */
++#define _LZMA_SYSTEM_SIZE_T
+ /* Use system's size_t. You can use it to enable 64-bit sizes supporting*/
+ #ifndef UInt32
This page took 0.098196 seconds and 4 git commands to generate.