-
Notifications
You must be signed in to change notification settings - Fork 24
libxml2 2.9.8.mk
Mark Johnson edited this page Mar 9, 2018
·
1 revision
libxml2-2.9.8.mk - for Spatialite and Rasterlite2
The original source code archive can be found in the archive
directory
-
libxml2-2.9.8.mk
- dependent on
flags settings
xml2_flags := \
-DHAVE_CONFIG_H=1 \
-D HAVE_ERRNO_H=0 \
-DLIBXML_THREAD_ENABLED=1
code changes
- in
trio.c
-
/* # define USE_LOCALE */
- to prevent the following errors:
-
error: 'struct lconv' has no member named 'decimal_point'
error: 'struct lconv' has no member named 'thousands_sep'
error: 'struct lconv' has no member named 'grouping'
2018-03-09: Mark Johnson, Berlin Germany