lede-packages-rs

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

commit e81632ab90c63237eab0acb092a226ea1367b3cb
parent 6a670f42b117afd2ddbfeb3320e88d701b39dddc
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Mon,  7 Nov 2016 09:45:32 +0200

python3: disable ensurepip on package & host builds

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

Diffstat:
Mlang/python3/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python3/Makefile b/lang/python3/Makefile @@ -127,7 +127,7 @@ CONFIGURE_ARGS+= \ --with-threads \ --with-system-ffi="$(STAGING_DIR)/usr" \ --without-pymalloc \ - --without-ensurepip \ + --with-ensurepip=no \ $(ENABLE_IPV6) \ CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \ OPT="$(TARGET_CFLAGS)" @@ -223,7 +223,7 @@ HOST_CONFIGURE_ARGS+= \ --sbindir=$(HOST_BUILD_PREFIX)/bin \ --with-system-expat=$(HOST_BUILD_PREFIX) \ --with-system-ffi=$(HOST_BUILD_PREFIX) \ - --with-ensurepip=upgrade \ + --with-ensurepip=no \ CONFIG_SITE= \ CFLAGS="$(HOST_CFLAGS)"