external/breakpad/UnpackedTarball_breakpad.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 797458374ff3919070abdaf876cebbd855ce6d8a Author: Stephan Bergmann <[email protected]> AuthorDate: Fri Oct 15 15:59:34 2021 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Oct 15 18:29:16 2021 +0200 Mark external/breakpad/SIGSTKSZ.patch as upstreamed Change-Id: I895b034ecda257e1488c46054b13140196790639 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123658 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/external/breakpad/UnpackedTarball_breakpad.mk b/external/breakpad/UnpackedTarball_breakpad.mk index a44cb91e62bf..994a87fcd95a 100644 --- a/external/breakpad/UnpackedTarball_breakpad.mk +++ b/external/breakpad/UnpackedTarball_breakpad.mk @@ -15,7 +15,10 @@ $(eval $(call gb_UnpackedTarball_set_tarball,breakpad,$(BREAKPAD_TARBALL))) # external/breakpad/0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch upstreamed at # <https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1176811> "Handle race between -# ExceptionHandler::SignalHandler and ~ExceptionHandler": +# ExceptionHandler::SignalHandler and ~ExceptionHandler"; +# external/breakpad/SIGSTKSZ.patch upstreamed at +# <https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3226470> "Adpat to SIGSTKSZ type +# in glibc 2.34": $(eval $(call gb_UnpackedTarball_add_patches,breakpad,\ external/breakpad/breakpad-use-correct-http-header.patch.1 \ external/breakpad/breakpad-wshadow.patch.1 \
