components/libxml2/patches/xmlcatalog.patch
changeset 2176 18d982113fd0
parent 2175 3f8de49fb507
child 2177 c2bbcbfca65e
equal deleted inserted replaced
2175:3f8de49fb507 2176:18d982113fd0
     1 Patch origin: upstream
       
     2 Patch status: will be part of next version
       
     3 
       
     4 From f65128f38289d77ff322d63aef2858cc0a819c34 Mon Sep 17 00:00:00 2001
       
     5 From: Daniel Veillard <[email protected]>
       
     6 Date: Fri, 17 Oct 2014 17:13:41 +0800
       
     7 Subject: Revert "Missing initialization for the catalog module"
       
     8 
       
     9 This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
       
    10 As this break xmlcatalog command
       
    11 https://bugzilla.redhat.com/show_bug.cgi?id=1153753
       
    12 
       
    13 diff --git a/parser.c b/parser.c
       
    14 index 1d93967..67c9dfd 100644
       
    15 --- a/parser.c
       
    16 +++ b/parser.c
       
    17 @@ -14830,9 +14830,6 @@ xmlInitParser(void) {
       
    18  #ifdef LIBXML_XPATH_ENABLED
       
    19  	xmlXPathInit();
       
    20  #endif
       
    21 -#ifdef LIBXML_CATALOG_ENABLED
       
    22 -        xmlInitializeCatalog();
       
    23 -#endif
       
    24  	xmlParserInitialized = 1;
       
    25  #ifdef LIBXML_THREAD_ENABLED
       
    26      }
       
    27 -- 
       
    28 cgit v0.10.1
       
    29