[mingw-libxslt: 3/20] Resolve FTBFS

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:47:21 UTC 2012


commit 4aee9fbf73bc162efe42afc7bc51a29684e803e7
Author: epienbro <epienbro at fedoraproject.org>
Date:   Thu Jun 11 09:08:24 2009 +0000

    Resolve FTBFS

 mingw32-libxslt-ftbfs.patch |   11 +++++++++++
 mingw32-libxslt.spec        |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-libxslt-ftbfs.patch b/mingw32-libxslt-ftbfs.patch
new file mode 100644
index 0000000..71565b8
--- /dev/null
+++ b/mingw32-libxslt-ftbfs.patch
@@ -0,0 +1,11 @@
+--- libexslt/Makefile.am.orig	2009-06-11 00:32:23.605148849 +0200
++++ libexslt/Makefile.am	2009-06-11 00:32:31.145121737 +0200
+@@ -11,8 +11,6 @@
+ exsltinc_HEADERS =                      \
+ 	exslt.h				\
+ 	exsltconfig.h			\
+-	exslt.h				\
+-	exsltconfig.h			\
+ 	exsltexports.h
+ 
+ libexslt_la_SOURCES =                   \
diff --git a/mingw32-libxslt.spec b/mingw32-libxslt.spec
index 4f25989..bb83917 100644
--- a/mingw32-libxslt.spec
+++ b/mingw32-libxslt.spec
@@ -22,6 +22,7 @@ Patch1:         libexslt-rc4.patch
 
 # Fix compilation on MinGW environments
 Patch1000:      mingw32-libxslt-1.1.24-win32-shared.patch
+Patch1001:      mingw32-libxslt-ftbfs.patch
 
 BuildRequires:  mingw32-filesystem >= 30
 BuildRequires:  mingw32-gcc
@@ -63,6 +64,7 @@ Static version of the MinGW Windows LibXSLT library.
 %patch1 -p0
 
 %patch1000 -p1
+%patch1001 -p0
 
 libtoolize --force --copy
 autoreconf
@@ -113,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 11 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.24-8
+- Resolve FTBFS
+
 * Fri May 22 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.1.24-7
 - Use %%global instead of %%define
 - Dropped the reference to the multilib patch as it isn't used for MinGW


More information about the scm-commits mailing list