]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-xmlcatalog-regression.patch
- added xmlcatalog-regression patch (fixes xmlcatalog command on non-default catalog...
[packages/libxml2.git] / libxml2-xmlcatalog-regression.patch
CommitLineData
769ca46c
JB
1From f65128f38289d77ff322d63aef2858cc0a819c34 Mon Sep 17 00:00:00 2001
2From: Daniel Veillard <veillard@redhat.com>
3Date: Fri, 17 Oct 2014 17:13:41 +0800
4Subject: Revert "Missing initialization for the catalog module"
5
6This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
7As this break xmlcatalog command
8https://bugzilla.redhat.com/show_bug.cgi?id=1153753
9
10diff --git a/parser.c b/parser.c
11index 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--
25cgit v0.10.2
26
This page took 0.728797 seconds and 4 git commands to generate.