[Bug 467405] Review Request: mingw32-libxml2 - MinGW Windows libxml2 XML processing library

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 10 17:38:34 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=467405





--- Comment #3 from Levente Farkas <lfarkas at lfarkas.org>  2008-11-10 12:38:33 EDT ---
and may be add an aclocal before the autoreconf would be useful to so the
correct patch see bellow

and the reason for rerun autoconf is that rhel/centos has older autoconf and
automake and the auto generated file was generated by newer tools, but with
this patch it can be compiled on rhel/centos without need for newer auto*
packages.

--- mingw32-libxml2.spec.lfarkas 2008-11-10 18:03:16.000000000 +0100
+++ mingw32-libxml2.spec 2008-11-10 18:35:10.000000000 +0100
@@ -40,6 +40,10 @@


 %build
+%if 0%{?fedora} < 9
+aclocal
+autoreconf
+%endif
 LDFLAGS="-no-undefined" %{_mingw32_configure} --without-python --with-modules
 make

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list