commit: be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Fri Jun 8 18:27:34 2018 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Fri Jun 8 18:29:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6dbc5a
profiles/cygwin/p.use: disable ssp for all gcc versions Bug: https://bugs.gentoo.org/657594 profiles/prefix/windows/cygwin/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index e115972f7c1..e84dda26175 100644 --- a/profiles/prefix/windows/cygwin/package.use +++ b/profiles/prefix/windows/cygwin/package.use @@ -3,7 +3,7 @@ # Michael Haubenwallner <[email protected]> (14 May 2018) # stack protector does not fully work on Cygwin yet -=sys-devel/gcc-6* -ssp +sys-devel/gcc -ssp # Michael Haubenwallner <[email protected]> (23 Mar 2017) # Using nettle hides a conflict between wincrypt and openssl.
