mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
python: remove --without-ensurepip; not needed anymore
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
committed by
Alexandru Ardelean
parent
0ea587ad24
commit
7a689890eb
@@ -93,7 +93,6 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-system-ffi="$(STAGING_DIR)/usr" \
|
--with-system-ffi="$(STAGING_DIR)/usr" \
|
||||||
--without-ensurepip \
|
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
$(ENABLE_IPV6) \
|
$(ENABLE_IPV6) \
|
||||||
CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
|
CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
|
||||||
@@ -172,7 +171,6 @@ endef
|
|||||||
|
|
||||||
HOST_CONFIGURE_ARGS+= \
|
HOST_CONFIGURE_ARGS+= \
|
||||||
--without-cxx-main \
|
--without-cxx-main \
|
||||||
--without-ensurepip \
|
|
||||||
--without-pymalloc \
|
--without-pymalloc \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--prefix=$(STAGING_DIR_HOST)
|
--prefix=$(STAGING_DIR_HOST)
|
||||||
|
|||||||
Reference in New Issue
Block a user