]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- rel 4; fix largefile brokeness that was manifesting as segfault in zlib related... auto/ac/libxml2-2_7_6-4 auto/th/libxml2-2_7_6-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Oct 2009 17:05:53 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-largefile.patch -> 1.1
    libxml2.spec -> 1.174

libxml2-largefile.patch [new file with mode: 0644]
libxml2.spec

diff --git a/libxml2-largefile.patch b/libxml2-largefile.patch
new file mode 100644 (file)
index 0000000..4cbf71d
--- /dev/null
@@ -0,0 +1,12 @@
+--- libxml2-2.7.6/libxml.h~    2009-09-24 17:31:59.000000000 +0200
++++ libxml2-2.7.6/libxml.h     2009-10-10 18:57:55.681981813 +0200
+@@ -13,6 +13,9 @@
+ #ifndef _LARGEFILE_SOURCE
+ #define _LARGEFILE_SOURCE
+ #endif
++#ifndef _LARGEFILE64_SOURCE
++#define _LARGEFILE64_SOURCE
++#endif
+ #ifndef _FILE_OFFSET_BITS
+ #define _FILE_OFFSET_BITS 64
+ #endif
index a77eea074d2977433e88754ea8aab03d6d6b2ade..7db507c715b6d2b35ce2340468e394be5b23b405 100644 (file)
@@ -10,7 +10,7 @@ Summary(pl.UTF-8):    Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:          libxml2
 Version:       2.7.6
-Release:       3
+Release:       4
 Epoch:         1
 License:       MIT
 Group:         Libraries
@@ -20,6 +20,7 @@ Source0:      ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Patch0:                %{name}-amfix.patch
 Patch1:                %{name}-man_fixes.patch
 Patch2:                %{name}-open.gz.patch
+Patch3:                %{name}-largefile.patch
 URL:           http://xmlsoft.org/
 BuildRequires: autoconf >= 2.2
 BuildRequires: automake >= 1.4
@@ -138,6 +139,7 @@ Moduły języka Python dla biblioteki libxml2.
 %if %{with zlib}
 %patch2 -p1
 %endif
+%patch3 -p1
 
 %build
 %{__libtoolize}
This page took 0.040526 seconds and 4 git commands to generate.