Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / redland / UnpackedTarball_raptor.mk
blobae61e9e4f3dd374bb52eecaa2142f8198768f79f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,raptor))
12 $(eval $(call gb_UnpackedTarball_set_tarball,raptor,$(RAPTOR_TARBALL),,redland))
14 $(eval $(call gb_UnpackedTarball_update_autoconf_configs,raptor,build))
16 # configure generated files for MSVC
17 $(eval $(call gb_UnpackedTarball_add_file,raptor,src/raptor2.h,external/redland/raptor/raptor2.h))
18 $(eval $(call gb_UnpackedTarball_add_file,raptor,src/raptor_config.h,external/redland/raptor/raptor_config.h))
20 $(eval $(call gb_UnpackedTarball_set_patchlevel,raptor,0))
22 $(eval $(call gb_UnpackedTarball_add_patches,raptor,\
23 external/redland/raptor/raptor-freebsd.patch.1 \
24 external/redland/raptor/raptor-msvc.patch.1 \
25 external/redland/raptor/raptor-emscripten.patch.1 \
26 $(if $(filter-out WNT,$(OS)),external/redland/raptor/raptor-bundled-soname.patch.1) \
27 $(if $(filter ANDROID,$(OS)),external/redland/raptor/raptor-android.patch.1) \
28 external/redland/raptor/ubsan.patch \
29 $(if $(SYSTEM_LIBXML),,external/redland/raptor/rpath.patch) \
30 external/redland/raptor/xml2-config.patch \
31 external/redland/raptor/0001-Calcualte-max-nspace-declarations-correctly-for-XML-.patch.1 \
32 external/redland/raptor/0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch.1 \
33 external/redland/raptor/libtool.patch \
34 external/redland/raptor/Wint-conversion.patch \
35 external/redland/raptor/raptor-libxml2-11.patch.1 \
38 # vim: set noet sw=4 ts=4: