summaryrefslogtreecommitdiff
path: root/app-admin/mcelog/files/mcelog-194-musl-fix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-27 22:23:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-27 22:23:02 +0100
commit651f415b41664a0fd7f9e83ac1425ba3670c9518 (patch)
tree6edbaa4a890ab8fdc5dd63ad94f2f0e5d25259b0 /app-admin/mcelog/files/mcelog-194-musl-fix.patch
parent3529f1bf2739399905cd55b27c7609459bfc069f (diff)
gentoo auto-resync : 27:10:2023 - 22:23:02
Diffstat (limited to 'app-admin/mcelog/files/mcelog-194-musl-fix.patch')
-rw-r--r--app-admin/mcelog/files/mcelog-194-musl-fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-admin/mcelog/files/mcelog-194-musl-fix.patch b/app-admin/mcelog/files/mcelog-194-musl-fix.patch
deleted file mode 100644
index 6ea3c1f79303..000000000000
--- a/app-admin/mcelog/files/mcelog-194-musl-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://github.com/andikleen/mcelog/pull/115
-From: Brahmajit Das <brahmajit.xyz@gmail.com>
-Date: Mon, 12 Jun 2023 10:56:44 +0000
-Subject: [PATCH] client: Fix build w/ musl libc
-
-Refer: https://github.com/andikleen/mcelog/pull/115
-Bug: https://bugs.gentoo.org/894316
-Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
---- a/client.c
-+++ b/client.c
-@@ -19,6 +19,7 @@
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <unistd.h>
-+#include <string.h>
- #include "mcelog.h"
- #include "client.h"
- #include "paths.h"
---
-2.41.0
-