Lines 29-37
Link Here
|
29 |
PYTHON_VERSION= python${PYTHON_VER} |
29 |
PYTHON_VERSION= python${PYTHON_VER} |
30 |
PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} |
30 |
PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} |
31 |
|
31 |
|
32 |
DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm |
|
|
33 |
CONFIGURE_ARGS+= --enable-shared --without-ensurepip |
32 |
CONFIGURE_ARGS+= --enable-shared --without-ensurepip |
34 |
CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations |
33 |
CONFIGURE_ENV+= OPT="" # Null out OPT to respect user CFLAGS and remove optimizations |
35 |
|
34 |
|
36 |
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files |
35 |
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files |
37 |
|
36 |
|