diff options
Diffstat (limited to 'net-misc/openssh/openssh-7.7_p1-r6.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-7.7_p1-r6.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild b/net-misc/openssh/openssh-7.7_p1-r6.ebuild index e84b7d126a32..2d068fd5c8e6 100644 --- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild +++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild @@ -293,6 +293,9 @@ src_configure() { $(use_with ssl ssl-engine) ) + # stackprotect is broken on musl x86 + use elibc_musl && use x86 && myconf+=( --without-stackprotect ) + # The seccomp sandbox is broken on x32, so use the older method for now. #553748 use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit ) |