Browse Source
Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstall
python,python3: Use ensurepip=upgrade for host Python
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
lang/python/python/Makefile
-
lang/python/python3/Makefile
|
|
@ -295,7 +295,7 @@ HOST_CONFIGURE_ARGS+= \ |
|
|
|
--prefix=$(HOST_PYTHON_DIR) \
|
|
|
|
--exec-prefix=$(HOST_PYTHON_DIR) \
|
|
|
|
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
|
|
|
--with-ensurepip=install \
|
|
|
|
--with-ensurepip=upgrade \
|
|
|
|
CONFIG_SITE= |
|
|
|
|
|
|
|
define Host/Compile |
|
|
|
|
|
@ -289,7 +289,7 @@ HOST_CONFIGURE_ARGS+= \ |
|
|
|
--prefix=$(HOST_PYTHON3_DIR) \
|
|
|
|
--exec-prefix=$(HOST_PYTHON3_DIR) \
|
|
|
|
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
|
|
|
--with-ensurepip=install \
|
|
|
|
--with-ensurepip=upgrade \
|
|
|
|
CONFIG_SITE= |
|
|
|
|
|
|
|
define Host/Compile |
|
|
|