Diff pam_ssh_agent_auth-0.10.4-r1 with a pam_ssh_agent_auth-9999

/usr/portage/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-9999.ebuild 2023-10-09 14:52:35.428368500 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools toolchain-funcs pam flag-o-matic
6
inherit autotools toolchain-funcs pam
7 7

  
8 8
DESCRIPTION="Simple module to authenticate users against their ssh-agent keys"
9 9
HOMEPAGE="http://pamsshagentauth.sourceforge.net"
......
52 52
src_configure() {
53 53
	pammod_hide_symbols
54 54

  
55
	# bug #874843, use POSIX type names
56
	use elibc_musl && append-cppflags -Du_char=uint8_t -Du_int=uint32_t
57

  
58 55
	# bug #725720
59 56
	export AR="$(type -P $(tc-getAR))"
60 57

  
Thank you!