mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
disable widevine as upstream only supports Mac and Windows now. (and I don't think it ever worked on alpine)
13 lines
402 B
Diff
13 lines
402 B
Diff
diff --git a/third_party/crashpad/crashpad/util/linux/ptracer.cc b/third_party/crashpad/crashpad/util/linux/ptracer.cc
|
|
index 63bee1e..24ef002 100644
|
|
--- ./third_party/crashpad/crashpad/util/linux/ptracer.cc
|
|
+++ ./third_party/crashpad/crashpad/util/linux/ptracer.cc
|
|
@@ -26,6 +26,7 @@
|
|
|
|
#if defined(ARCH_CPU_X86_FAMILY)
|
|
#include <asm/ldt.h>
|
|
+#include <asm/ptrace-abi.h>
|
|
#endif
|
|
|
|
namespace crashpad {
|