diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-16 22:39:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-16 22:39:00 +0000 |
commit | f588677a246df26183a4c05ad92550add26c2703 (patch) | |
tree | adbe40ee24ff0d1633edeba2ea4eb0d48a13d4e4 /profiles | |
parent | Disable both PIE and SSP on FreeBSD. (diff) | |
download | historical-f588677a246df26183a4c05ad92550add26c2703.tar.gz historical-f588677a246df26183a4c05ad92550add26c2703.tar.bz2 historical-f588677a246df26183a4c05ad92550add26c2703.zip |
Mask nopie and nossp useflag as they are forced by the eclass anyway.
Diffstat (limited to 'profiles')
-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 |