This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python: remove --without-ensurepip; not needed anymore
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
committed by
Alexandru Ardelean
parent
0ea587ad24
commit
7a689890eb
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
lang/python/Makefile
+ 0
- 2
lang/python/Makefile
View 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
)
Write
Preview
Loading…
Cancel
Save