diff options
author | Sam James <sam@gentoo.org> | 2023-01-20 21:18:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-20 21:18:02 +0000 |
commit | f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a (patch) | |
tree | 11d34b265206930e58019aa2e4847792b20514bc /profiles/features | |
parent | app-portage/pycargoebuild: Stabilize 0.6.1 amd64, #891497 (diff) | |
download | gentoo-f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a.tar.gz gentoo-f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a.tar.bz2 gentoo-f69a93f7c1aac2540ea2ecd80a264b7b8ba1094a.zip |
profiles/features/hardened/amd64: enable USE=cet
Closes: https://bugs.gentoo.org/822036
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/amd64/make.defaults | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/features/hardened/amd64/make.defaults b/profiles/features/hardened/amd64/make.defaults index 1d58d93d3152..e8f0bdf8ba65 100644 --- a/profiles/features/hardened/amd64/make.defaults +++ b/profiles/features/hardened/amd64/make.defaults @@ -1,5 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2023 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 -USE="-pic" - +USE="cet -pic" |