summaryrefslogtreecommitdiffstats
path: root/devel/python3/CONFIGURE
blob: dfbe08cd953dfa7051af0e3db8dfae865be55265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
config_query PY3K "Use Python 3 as primary version on the system?" n &&
config_query SYMLINK "create symlinks for python -> python3" n &&

config_query_option PYTHON3_OPTS \
                    "Enable IPv6?" y \
                    "--enable-ipv6" \
                    "--disable-ipv6" &&

config_query_option PYTHON3_OPTS \
                    "Enable POSIX threads (pthreads) support?" y \
                    "--with-threads" \
                    "--without-threads"