summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-10-15 15:59:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-15 18:29:16 +0200
commit797458374ff3919070abdaf876cebbd855ce6d8a (patch)
tree323fb362fc141314b84b657a274fd099e98b72d6 /external
parentSimplify vector initialization in dbaccess (diff)
downloadcore-797458374ff3919070abdaf876cebbd855ce6d8a.tar.gz
core-797458374ff3919070abdaf876cebbd855ce6d8a.zip
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 <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/breakpad/UnpackedTarball_breakpad.mk5
1 files changed, 4 insertions, 1 deletions
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 \