@@ -, +, @@ --- net-misc/openssh/openssh-7.9_p1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) --- a/net-misc/openssh/openssh-7.9_p1-r2.ebuild +++ a/net-misc/openssh/openssh-7.9_p1-r2.ebuild @@ -282,6 +282,7 @@ src_configure() { $(use_with ssl ssl-engine) $(use_with !elibc_Cygwin hardening) #659210 ) + has -fno-stack-protector ${CFLAGS} && myconf+=( --without-stackprotect ) #616380 # stackprotect is broken on musl x86 use elibc_musl && use x86 && myconf+=( --without-stackprotect ) --