commit fe3ba6ae0553f63b6b40a2a926b0a46ed7487d2d
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Mar 2 01:11:10 2014 +0200

    fix largefile issues (carme-i686 with xfs inode64 mount)

 LFS.patch    | 11 +++++++++++
 libxslt.spec |  7 ++++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index 305b2a6..868ca71 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -3,21 +3,21 @@
 %bcond_without python          # don't build python binding
 %bcond_without static_libs     # don't build static library
 %bcond_with    tests           # run test suite
-#
-%define                libxml2ver      1:2.6.30
 
+%define                libxml2ver      1:2.6.30
 Summary:       XSLT processor
 Summary(pl.UTF-8):     Procesor XSLT
 Summary(pt_BR.UTF-8):  Biblioteca que disponibiliza o sistema XSLT do GNOME
 Name:          libxslt
 Version:       1.1.28
-Release:       3
+Release:       4
 License:       MIT
 Group:         Libraries
 #Source0:      
http://ftp.gnome.org/pub/GNOME/sources/libxslt/1.1/%{name}-%{version}.tar.bz2
 Source0:       ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 # Source0-md5: 9667bf6f9310b957254fdcf6596600b7
 Patch0:                %{name}-m4.patch
+Patch1:                LFS.patch
 URL:           http://xmlsoft.org/XSLT/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -119,6 +119,7 @@ Moduły języka Python dla biblioteki libxslt.
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/LFS.patch b/LFS.patch
new file mode 100644
index 0000000..084fece
--- /dev/null
+++ b/LFS.patch
@@ -0,0 +1,11 @@
+--- libxslt-1.1.28/configure.in~       2012-11-21 09:10:58.000000000 +0200
++++ libxslt-1.1.28/configure.in        2014-03-02 01:06:56.734314301 +0200
+@@ -5,6 +5,8 @@
+ AC_CANONICAL_HOST
+ AC_USE_SYSTEM_EXTENSIONS
+ 
++AC_SYS_LARGEFILE
++
+ dnl
+ dnl libxslt is the main part of the package
+ dnl libexslt is an extension
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/fe3ba6ae0553f63b6b40a2a926b0a46ed7487d2d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to