diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-02-11 16:47:27 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-02-11 16:47:27 +0000 |
commit | 4292c6905d9606874c0987ff4cd9c8c64dbbc68a (patch) | |
tree | ad7b6691764a57f52cdc54caa27cd146c0eeef47 /profiles | |
parent | remove old versions (diff) | |
download | gentoo-2-4292c6905d9606874c0987ff4cd9c8c64dbbc68a.tar.gz gentoo-2-4292c6905d9606874c0987ff4cd9c8c64dbbc68a.tar.bz2 gentoo-2-4292c6905d9606874c0987ff4cd9c8c64dbbc68a.zip |
Add xtpax to BOOTSTRAP_USE/USE in base hardened make.default, for sys-apps/elfix
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/make.defaults | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 991e20d2408d..f44743b4f496 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.34 2014/02/03 18:45:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.35 2014/02/11 16:47:27 blueness Exp $ + + 11 Feb 2014; Anthony G. Basile <blueness@gentoo.org> linux/make.defaults: + Add xtpax to BOOTSTRAP_USE/USE in base hardened make.default, for + sys-apps/elfix 03 Feb 2014; Anthony G. Basile <blueness@gentoo.org> linux/uclibc/package.mask: diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index cdedd1a5cce3..98e85884eef4 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.17 2012/06/26 13:36:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.18 2014/02/11 16:47:27 blueness Exp $ # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value -BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc" +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc" -USE="-fortran hardened -jit pax_kernel pic urandom -orc" +USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc" |