diff options
author | Michael Stahl <mstahl@redhat.com> | 2018-03-06 14:49:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-03-06 18:48:10 +0100 |
commit | f775b5427bf085577feb5badb762156283d76ae5 (patch) | |
tree | 803b836f6169d6b5c64c5a0678ee04b3aeedbfd5 /external/libxml2/libxml2-vc10.patch | |
parent | 42ec994f97f82e6aaa2ffc4b99481886909c4163 (diff) |
libxml2: upgrade to release 2.9.8
Change-Id: Ic6802c16b740f6aee59ae2f74b7edcd37461f1f3
Reviewed-on: https://gerrit.libreoffice.org/50835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libxml2/libxml2-vc10.patch')
-rw-r--r-- | external/libxml2/libxml2-vc10.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libxml2/libxml2-vc10.patch b/external/libxml2/libxml2-vc10.patch index f3f2b511f3f2..3892b518d35d 100644 --- a/external/libxml2/libxml2-vc10.patch +++ b/external/libxml2/libxml2-vc10.patch @@ -3,7 +3,7 @@ Add SOLARINC, and disable SSE2 default for MSVC2012 --- build/libxml2-2.7.6/win32/Makefile.msvc.old 2010-09-20 20:22:41.500000000 +0200 +++ build/libxml2-2.7.6/win32/Makefile.msvc 2010-09-20 20:23:00.250000000 +0200 @@ -59,6 +59,7 @@ - CFLAGS = $(CFLAGS) /D "HAVE_LZMA_H" + CFLAGS = $(CFLAGS) /D "HAVE_PTHREAD_H" !endif CFLAGS = $(CFLAGS) /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE +CFLAGS = $(CFLAGS) -arch:SSE $(SOLARINC) |