components/libxml2/patches/xmlcatalog.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Fri, 31 Oct 2014 07:12:22 -0700
changeset 2186 7efbe05bf862
parent 2166 7f088f5637d1
permissions -rw-r--r--
19875486 Upgrade libxml2 to version 2.9.2 19897311 libxml2 2.9.2 upgrade dropped use of the mapfile 19875570 problem in LIBRARY/LIBXML

Patch origin: upstream
Patch status: will be part of next version

From f65128f38289d77ff322d63aef2858cc0a819c34 Mon Sep 17 00:00:00 2001
From: Daniel Veillard <[email protected]>
Date: Fri, 17 Oct 2014 17:13:41 +0800
Subject: Revert "Missing initialization for the catalog module"

This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
As this break xmlcatalog command
https://bugzilla.redhat.com/show_bug.cgi?id=1153753

diff --git a/parser.c b/parser.c
index 1d93967..67c9dfd 100644
--- a/parser.c
+++ b/parser.c
@@ -14830,9 +14830,6 @@ xmlInitParser(void) {
 #ifdef LIBXML_XPATH_ENABLED
 	xmlXPathInit();
 #endif
-#ifdef LIBXML_CATALOG_ENABLED
-        xmlInitializeCatalog();
-#endif
 	xmlParserInitialized = 1;
 #ifdef LIBXML_THREAD_ENABLED
     }
-- 
cgit v0.10.1