]> git.pld-linux.org Git - packages/libxslt.git/commitdiff
fix largefile issues (carme-i686 with xfs inode64 mount) auto/th/libxslt-1.1.28-4 auto/ti/libxslt-1.1.28-4
authorElan Ruusamäe <glen@delfi.ee>
Sat, 1 Mar 2014 23:11:10 +0000 (01:11 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 1 Mar 2014 23:11:10 +0000 (01:11 +0200)
LFS.patch [new file with mode: 0644]
libxslt.spec

diff --git a/LFS.patch b/LFS.patch
new file mode 100644 (file)
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
index 305b2a69b1ed243c8abc5064cc4cd8f93ed58542..868ca71fb13e1d7779ab086e7d5f748e7bd72292 100644 (file)
@@ -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}
This page took 0.453835 seconds and 4 git commands to generate.