blob: fce3aaa250dad689f68fc0fec2197f455897c950 [file] [log] [blame]
# 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"
# Android does not have support for SystemV shared memory or ipc.
USE="${USE} -shm"
# 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"