diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-06-28 15:40:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-28 15:40:27 -0400 |
commit | f54dcf820790b6bb9afff6f250cac53dc407935a (patch) | |
tree | e7733f9f61ea2881ef3e800f15fda077fde2052d /net-misc | |
parent | net-misc/openssh: stable on musl arches (diff) | |
download | musl-f54dcf820790b6bb9afff6f250cac53dc407935a.tar.gz musl-f54dcf820790b6bb9afff6f250cac53dc407935a.tar.bz2 musl-f54dcf820790b6bb9afff6f250cac53dc407935a.zip |
net-misc/openssh: fix typo
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-7.7_p1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-7.7_p1-r6.ebuild b/net-misc/openssh/openssh-7.7_p1-r6.ebuild index 1422bf44..9eeea10a 100644 --- a/net-misc/openssh/openssh-7.7_p1-r6.ebuild +++ b/net-misc/openssh/openssh-7.7_p1-r6.ebuild @@ -294,7 +294,7 @@ src_configure() { ) # stackprotect is broken on musl x86 - use elibc_musl && use x86 && myconf+=( --without-stackprotect) + 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 ) |