diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-20 13:50:51 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-20 19:12:34 +0000 |
commit | 391bcf348d585b5e246ec808833af522edd371f2 (patch) | |
tree | e07a5e6886990e01d091b37f4b6e7e73170f9891 /external/libxml2/UnpackedTarball_xml2.mk | |
parent | 58e2a9efe554ff2ac09a902d13a18e954487b672 (diff) |
libxml2: upgrade to version 2.9.3
- drop libxml2-freebsd.patch.1 (upstream libtool 2.4.6 does the same)
- drop libxml2-vc15.patch (fixed upstream)
Change-Id: Ia2f194f39efebd3d2ea924d23a5543ac53e93116
Reviewed-on: https://gerrit.libreoffice.org/20084
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libxml2/UnpackedTarball_xml2.mk')
-rw-r--r-- | external/libxml2/UnpackedTarball_xml2.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/external/libxml2/UnpackedTarball_xml2.mk b/external/libxml2/UnpackedTarball_xml2.mk index 66659b026577..a683d28ead78 100644 --- a/external/libxml2/UnpackedTarball_xml2.mk +++ b/external/libxml2/UnpackedTarball_xml2.mk @@ -13,13 +13,11 @@ $(eval $(call gb_UnpackedTarball_set_tarball,xml2,$(LIBXML_TARBALL),,libxml2)) $(eval $(call gb_UnpackedTarball_add_patches,xml2,\ external/libxml2/libxml2-config.patch.1 \ - external/libxml2/libxml2-freebsd.patch.1 \ external/libxml2/libxml2-global-symbols.patch \ external/libxml2/libxml2-vc10.patch \ $(if $(filter ANDROID,$(OS)),external/libxml2/libxml2-android.patch) \ external/libxml2/libxml2-icu.patch.0 \ external/libxml2/ubsan.patch.0 \ - external/libxml2/libxml2-vc15.patch \ )) # vim: set noet sw=4 ts=4: |