summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/hardened/amd64/make.defaults2
-rw-r--r--profiles/hardened/linux/amd64/make.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/hardened/amd64/make.defaults b/profiles/features/hardened/amd64/make.defaults
index 10d89c63ebf8..1d58d93d3152 100644
--- a/profiles/features/hardened/amd64/make.defaults
+++ b/profiles/features/hardened/amd64/make.defaults
@@ -1,5 +1,5 @@
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-USE="justify -pic"
+USE="-pic"
diff --git a/profiles/hardened/linux/amd64/make.defaults b/profiles/hardened/linux/amd64/make.defaults
index acb6734fd7e6..730679308126 100644
--- a/profiles/hardened/linux/amd64/make.defaults
+++ b/profiles/hardened/linux/amd64/make.defaults
@@ -1,7 +1,7 @@
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-USE="justify -pic"
+USE="-pic"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"