]> git.pld-linux.org Git - packages/zlib.git/commitdiff
- dropped define-off64_t patch, <sys/types.h> is included just a few lines before
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 15 Mar 2010 07:34:34 +0000 (07:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    define-off64_t -> 1.3
    zlib.spec -> 1.132

define-off64_t [deleted file]
zlib.spec

diff --git a/define-off64_t b/define-off64_t
deleted file mode 100644 (file)
index a1444fd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-We need to ensure that off64_t is defined when building with
-_LARGEFILE64_SOURCE.
-
---- zlib-1.2.3.3.old/zconf.h.in        2006-12-31 17:23:02 +0000
-+++ zlib-1.2.3.3/zconf.h.in    2007-06-12 15:20:36 +0000
-@@ -353,6 +353,10 @@
- #include "zlibdefs.h"       /* created by configure */
-+#ifdef _LARGEFILE64_SOURCE
-+#include <sys/types.h>
-+#endif
-+
- #ifndef SEEK_SET
- #  define SEEK_SET        0       /* Seek from beginning of file.  */
- #  define SEEK_CUR        1       /* Seek from current position.  */
-
index 6b1a8fef1d51ea63edc850a0ea6d9289e29de4c9..d3dc119f97b8e07f5426ca714cacd92b55f1de13 100644 (file)
--- a/zlib.spec
+++ b/zlib.spec
@@ -34,7 +34,6 @@ Name:         zlib
 Version:       1.2.4
 Release:       1
 Patch0:                minizip-autotools.patch
-Patch1:                define-off64_t
 License:       BSD
 Group:         Libraries
 Source0:       http://www.zlib.net/current/%{name}-%{version}.tar.gz
@@ -292,7 +291,6 @@ wykorzystujÄ…cych bibliotekÄ™ minizip.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %if %{with asmopt}
 %ifarch i686 pentium3 pentium4 athlon
This page took 0.097786 seconds and 4 git commands to generate.