From 3a3560212b9eee10c37e2f6e7e6475ac629e9694 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 4 Mar 2005 12:52:10 +0000 Subject: [PATCH] Problems with aliasing on s390, trying a workaround, Daniel --- libxml2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libxml2.spec b/libxml2.spec index d4585fe..0747133 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -10,6 +10,7 @@ BuildRequires: python python-devel zlib-devel URL: http://xmlsoft.org/ Prefix: %{_prefix} Docdir: %{_docdir} +Patch0: gcc4.patch %description This library allows to manipulate XML files. It includes support @@ -58,6 +59,7 @@ at parse time or later once the document has been modified. %prep %setup -q +%patch0 -p0 %build #