diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-06-08 20:27:34 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-06-08 20:29:25 +0200 |
commit | be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1 (patch) | |
tree | 524c4ebd61e9fd277f1fa4de30cd50164727d931 /profiles/prefix | |
parent | profiles: Mask package media-sound/puddletag for removal (diff) | |
download | gentoo-be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1.tar.gz gentoo-be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1.tar.bz2 gentoo-be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1.zip |
profiles/cygwin/p.use: disable ssp for all gcc versions
Bug: https://bugs.gentoo.org/657594
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/windows/cygwin/package.use | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index e115972f7c11..e84dda26175c 100644 --- a/profiles/prefix/windows/cygwin/package.use +++ b/profiles/prefix/windows/cygwin/package.use @@ -3,7 +3,7 @@ # Michael Haubenwallner <haubi@gentoo.org> (14 May 2018) # stack protector does not fully work on Cygwin yet -=sys-devel/gcc-6* -ssp +sys-devel/gcc -ssp # Michael Haubenwallner <haubi@gentoo.org> (23 Mar 2017) # Using nettle hides a conflict between wincrypt and openssl. |