From bb304c378f5ce8c1e297c345f55b69d5541358f0 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 5 Oct 2022 15:34:35 +0200 Subject: sys-auth/pam_ssh_agent_auth-0.10.4: fix build for musl #874843 Closes: https://bugs.gentoo.org/874843 Signed-off-by: Fabian Groffen --- sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-auth/pam_ssh_agent_auth') diff --git a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.4.ebuild b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.4.ebuild index d633a44c02ec..d09b0fea56c1 100644 --- a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.4.ebuild +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.10.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools toolchain-funcs pam +inherit autotools toolchain-funcs pam flag-o-matic DESCRIPTION="Simple module to authenticate users against their ssh-agent keys" HOMEPAGE="http://pamsshagentauth.sourceforge.net" @@ -52,6 +52,9 @@ src_prepare() { src_configure() { pammod_hide_symbols + # bug #874843, use POSIX type names + use elibc_musl && append-cppflags -Du_char=uint8_t -Du_int=uint32_t + # bug #725720 export AR="$(type -P $(tc-getAR))" -- cgit v1.2.3-65-gdbad