summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch')
-rw-r--r--app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch b/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch
deleted file mode 100644
index b901796d8d6c..000000000000
--- a/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.gentoo.org/830325
-https://gitlab.freedesktop.org/realmd/adcli/-/merge_requests/47
-
-From: Henning Schild <henning@hennsch.de>
-Date: Tue, 11 Jan 2022 08:22:55 +0100
-Subject: [PATCH] library: include endian.h for le32toh
-
-upstream commit 938065a751c0876eb837a27f8c1443fc7d0d2551
-
-linking against musl libc we need to include that specifically, actually
-also according to "man 3 endian".
---- a/library/adutil.c
-+++ b/library/adutil.c
-@@ -29,6 +29,7 @@
-
- #include <assert.h>
- #include <ctype.h>
-+#include <endian.h>
- #include <errno.h>
- #include <stdio.h>
- #include <stdlib.h>