diff options
author | 2006-04-16 22:39:00 +0000 | |
---|---|---|
committer | 2006-04-16 22:39:00 +0000 | |
commit | 6bb49b178ad8c62ccf4ca9295fd62174497d7527 (patch) | |
tree | 0374f93e5fbbe591780a941d22115f659e6eec91 /profiles/default-bsd | |
parent | Disable both PIE and SSP on FreeBSD. (diff) | |
download | gentoo-2-6bb49b178ad8c62ccf4ca9295fd62174497d7527.tar.gz gentoo-2-6bb49b178ad8c62ccf4ca9295fd62174497d7527.tar.bz2 gentoo-2-6bb49b178ad8c62ccf4ca9295fd62174497d7527.zip |
Mask nopie and nossp useflag as they are forced by the eclass anyway.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index 7d7734a5f4f0..c92b26e9d5d1 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.3 2006/04/15 00:36:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.4 2006/04/16 22:39:00 flameeyes Exp $ # TCL/TK still to test tcltk @@ -9,6 +9,10 @@ tcltk # Remove after it's tested working. mysql +# PIE and SSP doesn't work on FreeBSD, so just mask the two flags, as the eclass drops them entirely +nopie +nossp + # Unmask freebsd-specific variables -elibc_FreeBSD -kernel_FreeBSD |