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 $(eval
$(call gb_UnpackedTarball_add_patches
,breakpad
,\
20 external
/breakpad
/breakpad-use-correct-http-header.patch
.1 \
21 external
/breakpad
/breakpad-wshadow.patch
.1 \
22 external
/breakpad
/breakpad-wshadow2.patch
.1 \
23 external
/breakpad
/breakpad-stackwalk.patch
.1 \
24 external
/breakpad
/ucontext.patch \
25 external
/breakpad
/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch
.1 \
26 external
/breakpad
/0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch
.1 \
27 external
/breakpad
/c
++20-allocator.patch \
30 ifeq ($(COM_IS_CLANG
),TRUE
)
31 ifneq ($(filter -fsanitize
=%,$(CC
)),)
32 $(eval
$(call gb_UnpackedTarball_add_patches
,breakpad
, \
33 external
/breakpad
/ubsan.patch \
38 # vim: set noet sw=4 ts=4: