diff options
author | Sam James <sam@gentoo.org> | 2022-01-13 05:49:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 05:50:20 +0000 |
commit | 6d880864919836b43c8f1c230631b0d1f58f180f (patch) | |
tree | 378ec3c70c518cffd5dd0fe1b3d4622bd8d76dca /app-crypt | |
parent | app-crypt/adcli: fix musl linking bug (diff) | |
download | gentoo-6d880864919836b43c8f1c230631b0d1f58f180f.tar.gz gentoo-6d880864919836b43c8f1c230631b0d1f58f180f.tar.bz2 gentoo-6d880864919836b43c8f1c230631b0d1f58f180f.zip |
app-crypt/adcli: add patch references
Bug: https://bugs.gentoo.org/830325
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/adcli/files/adcli-0.9.1-library-include-endian.h-for-le32toh.patch | 13 |
1 files changed, 3 insertions, 10 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 index 246ccd990f12..b901796d8d6c 100644 --- 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 @@ -1,4 +1,6 @@ -From dfbaa1b7f7cde281e23464ceb24699d4686651ab Mon Sep 17 00:00:00 2001 +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 @@ -7,12 +9,6 @@ upstream commit 938065a751c0876eb837a27f8c1443fc7d0d2551 linking against musl libc we need to include that specifically, actually also according to "man 3 endian". ---- - library/adutil.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/library/adutil.c b/library/adutil.c -index 9b0c47f3b7e9..4bb06a3a7588 100644 --- a/library/adutil.c +++ b/library/adutil.c @@ -29,6 +29,7 @@ @@ -23,6 +19,3 @@ index 9b0c47f3b7e9..4bb06a3a7588 100644 #include <errno.h> #include <stdio.h> #include <stdlib.h> --- -2.34.1 - |