From 4654fdec10f95d19ecf3793c586c9ad7c40f87f7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 21 Dec 2017 21:04:24 +0000 Subject: resync redcore profile with gentoo 13.0 profile --- profiles/default/linux/make.defaults | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 profiles/default/linux/make.defaults (limited to 'profiles/default/linux/make.defaults') diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults new file mode 100644 index 00000000..899637eb --- /dev/null +++ b/profiles/default/linux/make.defaults @@ -0,0 +1,60 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# +# System-wide defaults for the Portage system +# See portage(5) manpage +# +# Please avoid enabling things by default in here if possible. Understand any +# implications with core packages. For example, if "java" is in USE and db +# has a conditional dependency on java (which it does,) then a JDK will be +# pulled in during *emerge system*! + + +# Default starting set of USE flags for all default/linux profiles. +USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib" + +# make sure toolchain has sane defaults +USE="${USE} fortran openmp" + +# Security ftw. +USE="${USE} seccomp" + +# 2010/10/21 - Ole Markus With +# These USE flags were originally inserted here because of PHP +# and were later removed by me. Reinserting the USE flags again because they are +# global USE flags that may be expected to be set by other packages. +USE="${USE} cli pcre session" + +# 2006/03/07 - Donnie Berkholz +# Modular X: Support direct rendering by default +# 2013/01/21 - Andreas K. Huettel +# Re-added following discussion with chithead +USE="${USE} dri" + +# 2006/10/28 - Luca Barbato +# on glibc system you cannot turn it off +USE="${USE} iconv" + +# 2017/01/17 - Matt Turner +# Sane defaults for input drivers +INPUT_DEVICES="libinput" + +# 2006/08/18 - Donnie Berkholz +# Lowest common denominator defaults for video drivers, +# except hppa, which lacks v4l so removes it in the hppa profile +VIDEO_CARDS="dummy fbdev v4l" + +# 2008/07/09 - Doug Goldstein +# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default +# after discussion on the gentoo-dev ML. As we bang out a clear +# direction with how LDFLAGS will be set by default, this entry +# may move. +# 2010/07/12 - Samuli Suominen +# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build +# because of whitespace. +LDFLAGS="-Wl,-O1 -Wl,--as-needed" + +# 2009/09/21 Robin H. Johnson +# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml +# Build kernel modules from linux-mod by default: +USE="${USE} modules" -- cgit v1.2.3