From: Alexandru Ardelean Date: Tue, 4 Nov 2014 21:02:15 +0000 (+0200) Subject: python: remove --without-ensurepip; not needed anymore X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7a689890eba6bf76909462e22e5135c7934105c0;p=feed%2Fpackages.git python: remove --without-ensurepip; not needed anymore Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 189b4effdd..4eb39463d9 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)