diff options
author | Ned Ludd <solar@gentoo.org> | 2004-06-26 20:46:46 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-06-26 20:46:46 +0000 |
commit | d7a92e88443032ad0e501bf27f9ae215cd7777f9 (patch) | |
tree | 9e222f3f9e564c504eeb62bfb63a0ecc16602ff9 /profiles/uclibc/x86 | |
parent | Removed 64bit bogus patch. (diff) | |
download | historical-d7a92e88443032ad0e501bf27f9ae215cd7777f9.tar.gz historical-d7a92e88443032ad0e501bf27f9ae215cd7777f9.tar.bz2 historical-d7a92e88443032ad0e501bf27f9ae215cd7777f9.zip |
initial cascading uclibc profile (testing only)
Diffstat (limited to 'profiles/uclibc/x86')
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 29 | ||||
-rw-r--r-- | profiles/uclibc/x86/parent | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults new file mode 100644 index 000000000000..399b2b61da46 --- /dev/null +++ b/profiles/uclibc/x86/make.defaults @@ -0,0 +1,29 @@ +USE="x86 berkdb ncurses python readline zlib uclibc" +GRP_STAGE23_USE="x86 berkdb ncurses python readline zlib uclibc" + +ARCH="x86" +COMPILER="gcc3" +ACCEPT_KEYWORDS="x86" + +# +# FEATURES are settings that affect the functionality of portage. Most of +# these settings are for developer use, but some are available to non- +# developers as well. +# +# 'sandbox' enable sandbox-ing when running emerge and ebuild +# 'sfperms' feature for security minded people that causes portage to +# remove group+other readable bits on setuid files and +# remove the other readable bits on setgid files. +# 'strict' causes portage to react strongly to conditions that +# have the potential to be dangerous -- like missing or +# incorrect Manifest files. +# 'userpriv' allows portage to drop root privleges while it is compiling +# as a security measure, and as a side effect this can remove +# sandbox access violations for users. +# 'usersandbox' enables sandboxing while portage is running under userpriv. +# unpack -- for debugging purposes only. +# + +FEATURES="sandbox sfperms strict" +#FEATURES="sandbox sfperms strict userpriv usersandbox" + diff --git a/profiles/uclibc/x86/parent b/profiles/uclibc/x86/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/parent @@ -0,0 +1 @@ +.. |