• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*** libxml.orig	2018-10-28 14:37:07.007164889 +0100
2--- libxml	2019-02-14 22:19:29.994771110 +0100
3***************
4*** 118,124 ****
5  fabs
6
7  configure.ac:
8! gl_LIBXML
9
10  Makefile.am:
11  if INCLUDED_LIBXML
12--- 118,133 ----
13  fabs
14
15  configure.ac:
16! # In libtextstyle, we don't want to use an external libxml, because its
17! # dependencies and their dynamic relocations have an impact on the startup
18! # time of a program that is linked with it. As you can see by using
19! # 'readelf -r ... | wc -l' and 'readelf -d ... | grep NEEDED':
20! # - libxml2.so has more than 3300 relocations and depends on libicuuc.
21! #   - libicuuc.so has more than 4900 relocations and depends on libstdc++.
22! #     - libstdc++.so has more than 4600 relocations.
23! # These are more than 12800 relocations, to perform at program startup.
24! # So, force the use of the included libxml part.
25! gl_LIBXML([yes])
26
27  Makefile.am:
28  if INCLUDED_LIBXML
29