diff options
author | 2018-08-24 14:07:58 +0200 | |
---|---|---|
committer | 2018-08-24 14:07:58 +0200 | |
commit | 03a41c5401c51ae7c55adb8b4de3d58f0d3dbb58 (patch) | |
tree | c6014d66ed71cd5d8e970ca8f78b31596132a1c9 /net-misc/openssh/openssh-7.7_p1-r9.ebuild | |
parent | sys-apps/diffutils: Stable for HPPA too. (diff) | |
download | gentoo-03a41c5401c51ae7c55adb8b4de3d58f0d3dbb58.tar.gz gentoo-03a41c5401c51ae7c55adb8b4de3d58f0d3dbb58.tar.bz2 gentoo-03a41c5401c51ae7c55adb8b4de3d58f0d3dbb58.zip |
net-misc/openssh: set "--without-hardening" for Cygwin
Closes: https://bugs.gentoo.org/659210
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'net-misc/openssh/openssh-7.7_p1-r9.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-7.7_p1-r9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/openssh/openssh-7.7_p1-r9.ebuild b/net-misc/openssh/openssh-7.7_p1-r9.ebuild index 008a9853fbab..b64d100d14c7 100644 --- a/net-misc/openssh/openssh-7.7_p1-r9.ebuild +++ b/net-misc/openssh/openssh-7.7_p1-r9.ebuild @@ -274,6 +274,7 @@ src_configure() { $(use_with ssl openssl) $(use_with ssl md5-passwords) $(use_with ssl ssl-engine) + $(use_with !elibc_Cygwin hardening) #659210 ) # stackprotect is broken on musl x86 |