quiche ftbfs #2
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 18:39:58 UTC 2026 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
- Add quiche-quiche_buffer_allocator-missing-memcpy.patch to fix ftbfs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 11:50:09 UTC 2025 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
|
||||
@@ -388,6 +388,7 @@ Patch3224: swiftshader-llvm21.patch
|
||||
Patch3225: webrtc-pipewire_session-missing-spa_pod_object_find_prop.patch
|
||||
Patch3226: linux_seccomp-SYS_SECCOMP.patch
|
||||
Patch3227: text_break_iterator-icu78-breakAllLineBreakClassTable-should-be-consistent.patch
|
||||
Patch3228: quiche-quiche_buffer_allocator-missing-memcpy.patch
|
||||
|
||||
# Patches to re-enable upstream force disabled features.
|
||||
# There's no sense in submitting them but they may be reused as-is by other packagers.
|
||||
|
||||
10
quiche-quiche_buffer_allocator-missing-memcpy.patch
Normal file
10
quiche-quiche_buffer_allocator-missing-memcpy.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h.orig 2025-11-25 20:19:53.825758876 +0100
|
||||
+++ src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h 2026-01-23 17:39:59.021830593 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
#define QUICHE_COMMON_QUICHE_BUFFER_ALLOCATOR_H_
|
||||
|
||||
#include <stddef.h>
|
||||
+#include <string.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user