SOURCES: rpm-lzma-size_t.patch (NEW) - use system size_t instead o...

tommat tommat at pld-linux.org
Tue Oct 16 11:37:26 CEST 2007


Author: tommat                       Date: Tue Oct 16 09:37:26 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system size_t instead of some pseudo detection, fixes lzma read on
  sparc64

---- Files affected:
SOURCES:
   rpm-lzma-size_t.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rpm-lzma-size_t.patch
diff -u /dev/null SOURCES/rpm-lzma-size_t.patch:1.1
--- /dev/null	Tue Oct 16 11:37:26 2007
+++ SOURCES/rpm-lzma-size_t.patch	Tue Oct 16 11:37:20 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list