From 2fd57282f0262ca084e05b0f2c63fbada395d02b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jan 2022 20:27:28 +0000 Subject: gentoo resync : 16.01.2021 --- ...0.9.1-library-include-endian.h-for-le32toh.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch (limited to 'app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch') 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 new file mode 100644 index 000000000000..b901796d8d6c --- /dev/null +++ b/app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/830325 +https://gitlab.freedesktop.org/realmd/adcli/-/merge_requests/47 + +From: Henning Schild +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 + #include ++#include + #include + #include + #include -- cgit v1.2.3