summaryrefslogtreecommitdiff
path: root/profiles/features/prefix/standalone/make.defaults
blob: a5acafc188fa7ffe02b2bd9bb58f5adb1990e1f7 (plain)
1
2
3
4
5
6
7
8
9
# getentropy is available from linux-3.17 and glibc-2.25
# disable it unconditionally for Python-3.4 and 2.7.
# http://bugs.python.org/issue31255
# remove when python-3.4 goes end-of-life on 2019-03-16,
# and when python-2.7 goes end-of-life on 2020-01-01.
# https://docs.python.org/devguide/#status-of-python-branches
ac_cv_func_getentropy="no"
# Reconsider the stability of Prefix in 2019.
ACCEPT_KEYWORDS="~${ARCH}"