From: Alexandru Ardelean Date: Wed, 21 Sep 2016 13:44:02 +0000 (+0300) Subject: python: disable with-ensurepip option for host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a4b0c0a9fb4a767f1e7fe344423f77ef1f10d991;p=openwrt-packages.git python: disable with-ensurepip option for host build Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index d9cc9d021..02c473769 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -12,7 +12,7 @@ include ./files/python-package.mk PKG_NAME:=python PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) @@ -228,7 +228,6 @@ HOST_CONFIGURE_ARGS+= \ --sbindir=$(STAGING_DIR)/host/bin \ --with-system-expat=$(STAGING_DIR)/host \ --with-system-ffi=$(STAGING_DIR)/host \ - --with-ensurepip=upgrade \ CONFIG_SITE= \ CFLAGS="$(HOST_CFLAGS)"