Magellan Linux

Contents of /trunk/libxml2/patches/libxml2-2.9.2-revert-missing-initialization.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2510 - (show annotations) (download)
Wed Oct 22 07:55:20 2014 UTC (9 years, 6 months ago) by niro
File size: 715 byte(s)
-fixes xmlcatalog breakage
1 From f65128f38289d77ff322d63aef2858cc0a819c34 Mon Sep 17 00:00:00 2001
2 From: Daniel Veillard <veillard@redhat.com>
3 Date: Fri, 17 Oct 2014 17:13:41 +0800
4 Subject: Revert "Missing initialization for the catalog module"
5
6 This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
7 As this break xmlcatalog command
8 https://bugzilla.redhat.com/show_bug.cgi?id=1153753
9
10 diff --git a/parser.c b/parser.c
11 index 1d93967..67c9dfd 100644
12 --- a/parser.c
13 +++ b/parser.c
14 @@ -14830,9 +14830,6 @@ xmlInitParser(void) {
15 #ifdef LIBXML_XPATH_ENABLED
16 xmlXPathInit();
17 #endif
18 -#ifdef LIBXML_CATALOG_ENABLED
19 - xmlInitializeCatalog();
20 -#endif
21 xmlParserInitialized = 1;
22 #ifdef LIBXML_THREAD_ENABLED
23 }
24 --
25 cgit v0.10.1
26