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 2025-02-03 17:39:35.930677994 +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" |
... | ... | |
54 | 54 |
src_configure() { |
55 | 55 |
pammod_hide_symbols |
56 | 56 | |
57 |
# bug #874843, use POSIX type names |
|
58 |
use elibc_musl && append-cppflags -Du_char=uint8_t -Du_int=uint32_t |
|
59 | ||
60 | 57 |
# bug #725720 |
61 | 58 |
export AR="$(type -P $(tc-getAR))" |
62 | 59 |