]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libxml2/patches/libxml2-2.9.2-catalog-revert.patch
gettext: Update to 0.19.5
[people/amarx/ipfire-3.x.git] / libxml2 / patches / libxml2-2.9.2-catalog-revert.patch
1 From 0e6659ec960734b0b01aad196d4bdb4a3800b493 Mon Sep 17 00:00:00 2001
2 From: Lubomir Rintel <lkundrak@v3.sk>
3 Date: Thu, 16 Oct 2014 19:10:59 +0200
4 Subject: [PATCH] Revert "Missing initialization for the catalog module"
5
6 It's not correct to always load the default catalog.
7 https://bugzilla.redhat.com/show_bug.cgi?id=1153753
8
9 This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
10
11 ---
12 parser.c | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/parser.c b/parser.c
16 index 1d93967..67c9dfd 100644
17 --- a/parser.c
18 +++ b/parser.c
19 @@ -14830,9 +14830,6 @@ xmlInitParser(void) {
20 #ifdef LIBXML_XPATH_ENABLED
21 xmlXPathInit();
22 #endif
23 -#ifdef LIBXML_CATALOG_ENABLED
24 - xmlInitializeCatalog();
25 -#endif
26 xmlParserInitialized = 1;
27 #ifdef LIBXML_THREAD_ENABLED
28 }
29 --
30 1.9.3
31