Version 7.6.7.2, tag libreoffice-7.6.7.2
[LibreOffice.git] / external / breakpad / UnpackedTarball_breakpad.mk
blobeca3d550d0d42781c6f97cefc8dae5ec93a47b9f
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,breakpad))
12 $(eval $(call gb_UnpackedTarball_set_patchlevel,breakpad,0))
14 $(eval $(call gb_UnpackedTarball_set_tarball,breakpad,$(BREAKPAD_TARBALL)))
16 # external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch upstreamed at
17 # <https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1176811> "Handle race between
18 # ExceptionHandler::SignalHandler and ~ExceptionHandler";
19 # external/breakpad/SIGSTKSZ.patch upstreamed at
20 # <https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3226470> "Adpat to SIGSTKSZ type
21 # in glibc 2.34":
22 $(eval $(call gb_UnpackedTarball_add_patches,breakpad,\
23 external/breakpad/breakpad-use-correct-http-header.patch.1 \
24 external/breakpad/breakpad-wshadow.patch.1 \
25 external/breakpad/breakpad-stackwalk.patch.1 \
26 external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch.1 \
27 external/breakpad/c++20-allocator.patch \
28 external/breakpad/breakpad-dump_syms.patch.1 \
29 external/breakpad/breakpad-no-env.patch.1 \
30 external/breakpad/SIGSTKSZ.patch \
31 external/breakpad/sanitizer.patch \
32 external/breakpad/include.patch \
35 $(eval $(call gb_UnpackedTarball_add_files,breakpad,src/tools/windows/dump_syms,\
36 external/breakpad/dump_syms.vcxproj \
37 external/breakpad/dump_syms.sln \
40 ifeq ($(COM_IS_CLANG),TRUE)
41 ifneq ($(filter -fsanitize=%,$(CC)),)
42 $(eval $(call gb_UnpackedTarball_add_patches,breakpad, \
43 external/breakpad/ubsan.patch \
45 endif
46 endif
48 # vim: set noet sw=4 ts=4: