summaryrefslogtreecommitdiff
path: root/profiles/common/make.defaults
blob: f29ca4af3a7e4804ff08d87dd4b271431023c1ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
ACCEPT_KEYWORDS="${ARCH}"

ACCEPT_LICENSE="-* @FREE"
ACCEPT_LICENSE="${ACCEPT_LICENSE} @BINARY-REDISTRIBUTABLE"

FEATURES="unknown-features-warn"
FEATURES="${FEATURES} sandbox ipc-sandbox mount-sandbox network-sandbox pid-sandbox"
FEATURES="${FEATURES} distlocks"
FEATURES="${FEATURES} parallel-fetch"
FEATURES="${FEATURES} userfetch userpriv usersandbox usersync"
FEATURES="${FEATURES} protect-owned"
FEATURES="${FEATURES} clean-logs"
FEATURES="${FEATURES} merge-sync"

CHECKREQS_ACTION="error"

# CPU features
CPU_FLAGS_X86="${CPU_FLAGS_X86} mmx mmxext sse sse2"

# Portaage
USE="verify-sig"

# Languages
USE="${USE} -fortran -lapack"

# Charset
USE="${USE} unicode"

# Compression
USE="${USE} lz4 lzma zstd"

# Crypto
USE="${USE} -gnutls -nettle dane blake2"

# Database
USE="${USE} -berkdb -gdbm"

# File system
USE="${USE} acl xattr"

# Graphical protocol
USE="${USE} -gpm -X -elogind"

# Interpreted languages
USE="${USE} -perl -python -ruby"

# Lang
USE="${USE} -nls"

# Logs
USE="${USE} logrotate syslog"

# Network
USE="${USE} -bluetooth -ftp idn libidn2 ipv6 http2 netlink ntp -tcpd -modemmanager -upnp -libproxy"

# Performance
USE="${USE} jit mmap threads"

# Print system
USE="${USE} -cups"

# Security
USE="${USE} caps cracklib pwquality"
USE="${USE} ptpax xtpax"

# Sexyfism
USE="${USE} bash-completion vim-syntax"

# Sound system
USE="${USE} -alsa"

# User relation
USE="${USE} offensive -accessibility -smartcard"

# Multimedia
USE="${USE} -libav -cdr"

# webapp eclass
# Do not install webapp anywhere by default
USE="${USE} vhosts"

FETCHCOMMAND="curl --connect-timeout 5 -f -L -o \${DISTDIR}/\${FILE} --url \${URI}"
RESUMECOMMAND="${FETCHCOMMAND} -C -"

PORTAGE_NICENESS=19
EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n"

PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version"

# Duplicate from base/make.defaults while removing /lib/modules
# To keep in sync
UNINSTALL_IGNORE="/var/run /var/lock"