make.defaults 691 B

12345678910111213141516
  1. # Copyright 1999-2014 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License v2
  3. # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
  4. # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
  5. BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
  6. USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
  7. # Ian Stakenvicius, 2014-09-03
  8. # Set a variable just to indicate that the current profile is a hardened one
  9. # This variable can be leveraged in ebuilds for pkg_postinst messages that
  10. # indicate said package is, say, configured in a way that defeats the purpose
  11. # of running hardened.
  12. PROFILE_IS_HARDENED=1