From 7a689890eba6bf76909462e22e5135c7934105c0 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 4 Nov 2014 23:02:15 +0200 Subject: [PATCH] python: remove --without-ensurepip; not needed anymore Signed-off-by: Alexandru Ardelean --- lang/python/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 189b4effd..4eb39463d 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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)