summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-12-05 00:09:17 +0000
committerNed Ludd <solar@gentoo.org>2008-12-05 00:09:17 +0000
commit1a84c6b932dd7341259e9a9212d2f29b8bcaa310 (patch)
tree668acb55cf31522d17fa71a8123a04cfcdcd3409 /profiles/uclibc
parent- keyword for arm (diff)
downloadhistorical-1a84c6b932dd7341259e9a9212d2f29b8bcaa310.tar.gz
historical-1a84c6b932dd7341259e9a9212d2f29b8bcaa310.tar.bz2
historical-1a84c6b932dd7341259e9a9212d2f29b8bcaa310.zip
testing for robbat2
Diffstat (limited to 'profiles/uclibc')
-rw-r--r--profiles/uclibc/make.defaults41
1 files changed, 1 insertions, 40 deletions
diff --git a/profiles/uclibc/make.defaults b/profiles/uclibc/make.defaults
index 2f466fa7f40e..1bbeb1a9d781 100644
--- a/profiles/uclibc/make.defaults
+++ b/profiles/uclibc/make.defaults
@@ -1,48 +1,9 @@
STAGE1_USE="uclibc"
GRP_STAGE23_USE="ncurses readline zlib uclibc"
-USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6"
-
+USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd -isdnlog"
CFLAGS="-Os"
CXXFLAGS="${CFLAGS}"
-
PORTAGE_LIBC="uClibc"
-
ELIBC=uclibc
-
-#
-# 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.
-#
-# 'nodoc' remove 'doc' in the preinstall phase.
-# functionality equivalent to rm -rf usr/share/doc/
-#
-# 'noinfo' remove 'info' pages in the preinstall phase.
-# functionality equivalent to rm -rf usr/share/info/
-#
-# 'noman' remove 'man' pages in the preinstall phase.
-# functionality equivalent to rm -rf usr/share/man/
-#
-# '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 nodoc noinfo noman autoconfig"
-# These are here because I am adding this to default-linux and removing it from
-# the leaf profiles. If you would like these as defaults, feel free to remove
-# the following line.
-USE="${USE} -pppd -isdnlog"