python: remove --without-ensurepip; not needed anymore
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 4 Nov 2014 21:02:15 +0000 (23:02 +0200)
committerAlexandru Ardelean <aa@ocedo.com>
Fri, 7 Nov 2014 13:37:17 +0000 (15:37 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile

index 189b4effdd621f9a83512192544314d9dbce0e80..4eb39463d91cf3ed9df25f8dd174a0e1691c97ac 100644 (file)
@@ -93,7 +93,6 @@ CONFIGURE_ARGS+= \
        --without-cxx-main \
        --with-threads \
        --with-system-ffi="$(STAGING_DIR)/usr" \
-       --without-ensurepip \
        --without-pymalloc \
        $(ENABLE_IPV6) \
        CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
@@ -172,7 +171,6 @@ endef
 
 HOST_CONFIGURE_ARGS+= \
        --without-cxx-main \
-       --without-ensurepip \
        --without-pymalloc \
        --with-threads \
        --prefix=$(STAGING_DIR_HOST)