commit: 7d717d6413251a58a4ad004a1058da2ae22dd119
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Mon Nov 10 19:05:11 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 21:59:09 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=7d717d64
net-misc/openssh: disable stack-protector for powerpc
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
---
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 61acd18..3d51e6e 100644
--- a/net-misc/openssh/openssh-6.6_p1-r99.ebuild
+++ b/net-misc/openssh/openssh-6.6_p1-r99.ebuild
@@ -180,7 +180,9 @@ src_configure() {
append-ldflags -lutil
fi
+ # __stack_chk_fail_local
use x86 && myconf="${myconf} --without-stackprotect"
+ use ppc && myconf="${myconf} --without-stackprotect"
econf \
--with-ldflags="${LDFLAGS}" \