diff options
author | Henning Schild <henning@hennsch.de> | 2022-01-11 11:42:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 05:49:18 +0000 |
commit | 6b33c454fa3ca9eb1aaddc0ecb20c4ae24133cbf (patch) | |
tree | add4b4368def072a103f9bcd85c2a85c0fa4c224 /app-crypt/adcli/adcli-0.9.1-r1.ebuild | |
parent | dev-util/apitrace: fix build with glibc-2.34 (diff) | |
download | gentoo-6b33c454fa3ca9eb1aaddc0ecb20c4ae24133cbf.tar.gz gentoo-6b33c454fa3ca9eb1aaddc0ecb20c4ae24133cbf.tar.bz2 gentoo-6b33c454fa3ca9eb1aaddc0ecb20c4ae24133cbf.zip |
app-crypt/adcli: fix musl linking bug
apply a patch which has been merged upstream
Closes: https://bugs.gentoo.org/830325
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/23739
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/adcli/adcli-0.9.1-r1.ebuild')
-rw-r--r-- | app-crypt/adcli/adcli-0.9.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/adcli/adcli-0.9.1-r1.ebuild b/app-crypt/adcli/adcli-0.9.1-r1.ebuild index 5224249d5001..f353d5f60544 100644 --- a/app-crypt/adcli/adcli-0.9.1-r1.ebuild +++ b/app-crypt/adcli/adcli-0.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,6 +27,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${P}-glibc-2.34-resolv.patch + "${FILESDIR}"/${P}-library-include-endian.h-for-le32toh.patch ) src_prepare() { |