lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f71320e23321b031a87e1e5aa1c89cdbabcef924
parent a1e02eba1f0869059ab07b100f472dabdc66d29b
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Wed, 21 Sep 2016 17:20:35 +0300

Merge pull request #3201 from commodo/python-pip-disable-host

python: disable with-ensurepip option for host build
Diffstat:
Mlang/python/Makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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)"