]> git.pld-linux.org Git - packages/libxml2.git/blob - libxml2-gcc4.patch
- up to 2.6.22
[packages/libxml2.git] / libxml2-gcc4.patch
1 disable invalid aliases to undefined symbols.
2
3 --- libxml2-2.6.18/elfgcchack.h.orig    2005-03-08 14:57:55.000000000 +0100
4 +++ libxml2-2.6.18/elfgcchack.h 2005-03-22 15:29:41.000000000 +0100
5 @@ -55,6 +55,7 @@
6  #include "libxml/xpointer.h"
7  #include "libxml/xmlmodule.h"
8  
9 +#if 0
10  /* special hot spot not exported ones */
11  
12  extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
13 @@ -7841,3 +7842,4 @@
14  #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
15  #endif
16  
17 +#endif /* #if 0 */
This page took 0.030374 seconds and 3 git commands to generate.