commit: 07c80e5acf14628024ef5f609f1be73993a7ea04 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Mar 22 13:45:03 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 13:45:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=07c80e5a
net-misc/openssh: see http://gcc.gnu.org/ml/gcc/2012-01/msg00012.html Package-Manager: portage-2.2.7 Manifest-Sign-Key: 0xF52D4BBA --- net-misc/openssh/openssh-6.6_p1-r99.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/openssh/openssh-6.6_p1-r99.ebuild b/net-misc/openssh/openssh-6.6_p1-r99.ebuild index b082439..379d385 100644 --- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild +++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild @@ -180,6 +180,8 @@ src_configure() { append-ldflags -lutil fi + use x86 && myconf="${myconf} --without-stackprotect" + econf \ --with-ldflags="${LDFLAGS}" \ --disable-strip \