summaryrefslogtreecommitdiff
path: root/portage/make.defaults.in
blob: 7073df5a9d634a0edbb8856903697cd97c50c35b (plain)
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
# AUTO GENERATED.  DO NOT TOUCH.  DO NOT ASK OTHERS TO TOUCH.

# Various GNU packages try to install this file when no one should be.
INSTALL_MASK="charset.alias"

# We use Bionic for our C library.
ELIBC="bionic"

# Stub line to make the others below more consistent.  Needs to come first.
USE=""

# No support for fortran/openmp.
USE="${USE} -fortran -openmp"

# We do not use/support PAM under Android.
USE="${USE} -pam"

# No support for translations.  You'll have to handle them yourself.
USE="${USE} -nls"

# We do not allow passwords to change, so checking them is pointless.
USE="${USE} -cracklib"

# We handle firewalls/etc... differently.
USE="${USE} -tcpd"

# We do not expect command line tools to be all that interactive.
USE="${USE} -ncurses -readline"

# No support for graphics stacks.
USE="${USE} -dri -X -gtk -qt4 -qt5"

# We do not utilize udev or systemd.
USE="${USE} -udev -systemd"

# We want shared libs everywhere!
USE="${USE} -static-libs"