projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea587a
)
python: remove --without-ensurepip; not needed anymore
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Tue, 4 Nov 2014 21:02:15 +0000
(23:02 +0200)
committer
Alexandru 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
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 189b4effdd621f9a83512192544314d9dbce0e80..4eb39463d91cf3ed9df25f8dd174a0e1691c97ac 100644
(file)
--- 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)