diff options
author | David Tardon <dtardon@redhat.com> | 2017-11-07 19:49:20 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-11-08 09:14:06 +0100 |
commit | 3ab270242edc9e2ccbe50b2abecf3fec242113d1 (patch) | |
tree | 5d307e203886ff5ff82ba66f29bc43fc0ce6e9d2 /external/libxml2 | |
parent | c110dabbf0fcddf9da2e61d66ca093cf6e6c57a1 (diff) |
upload libxml2 2.9.7
Change-Id: I3f72ec938c87e0c0d30a91b32d96fedf5379207f
Reviewed-on: https://gerrit.libreoffice.org/44423
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libxml2')
-rw-r--r-- | external/libxml2/libxml2-icu.patch.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-icu.patch.0 b/external/libxml2/libxml2-icu.patch.0 index da05e401c0a9..9aaad2de4915 100644 --- a/external/libxml2/libxml2-icu.patch.0 +++ b/external/libxml2/libxml2-icu.patch.0 @@ -3,7 +3,7 @@ diff -up win32/Makefile.msvc.dt win32/Makefile.msvc +++ win32/Makefile.msvc 2014-07-18 19:01:39.347982929 +0200 @@ -45,6 +45,7 @@ CPPFLAGS = $(CPPFLAGS) /D "_REENTRANT" CC = cl.exe - CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "NOLIBTOOL" /W1 $(CRUNTIME) + CFLAGS = /nologo /D "_WINDOWS" /D "_MBCS" /D "NOLIBTOOL" /W3 /wd4244 /wd4267 $(CRUNTIME) CFLAGS = $(CFLAGS) /I$(XML_SRCDIR) /I$(XML_SRCDIR)\include /I$(INCPREFIX) +CFLAGS = $(CFLAGS) /I$(WORKDIR)/UnpackedTarball/icu/source/i18n /I$(WORKDIR)/UnpackedTarball/icu/source/common !if "$(WITH_THREADS)" != "no" |