diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-30 09:12:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-30 09:12:05 +0000 |
commit | db26cfe2222639a62c3cbf34fc6c475189cad54b (patch) | |
tree | 8b75f3b53b407169db9b93f1c910732a1d5c9ac6 /profiles/default-bsd | |
parent | stable amd64 (diff) | |
download | gentoo-2-db26cfe2222639a62c3cbf34fc6c475189cad54b.tar.gz gentoo-2-db26cfe2222639a62c3cbf34fc6c475189cad54b.tar.bz2 gentoo-2-db26cfe2222639a62c3cbf34fc6c475189cad54b.zip |
Remove nossp masking and unmask hardened useflag.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index 239401d3e8fa..0c40bb1c6f3c 100644 --- a/profiles/default-bsd/fbsd/use.mask +++ b/profiles/default-bsd/fbsd/use.mask @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.9 2006/04/23 23:18:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.10 2006/04/30 09:12:05 flameeyes Exp $ # TCL/TK still to test tcltk @@ -18,9 +18,11 @@ apache # Unlikely that we'll ever get xmms working xmms -# PIE and SSP doesn't work on FreeBSD, so just mask the two flags, as the eclass drops them entirely +# PIE doesn't work on FreeBSD, so just mask the no* flag as the eclass drop it entirely nopie -nossp + +# Hardened sort of works, ssp support is present in our lib. +-hardened # Unmask freebsd-specific variables -elibc_FreeBSD |