diff options
Diffstat (limited to 'package/python3/Makefile')
-rw-r--r-- | package/python3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index edde18232..46acb8e12 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -81,10 +81,11 @@ $(eval $(call PKG_mod_template,PYTHON3_MOD_READLINE,readline)) MAKE_ENV+= HOSTPGEN=$(STAGING_HOST_DIR)/usr/bin/pgen3 FAKE_FLAGS+= ENSUREPIP=no CONFIGURE_ARGS:= --with-system-expat \ - --disable-ipv6 \ - --with-build-python + --disable-test-modules \ + --with-build-python=$(STAGING_HOST_DIR)/usr/bin/python3 CONFIGURE_ENV+= ac_cv_have_long_long_format=yes \ + ac_cv_buggy_getaddrinfo=no \ ac_cv_file__dev_ptmx=yes \ ac_cv_file__dev_ptc=no \ ac_cv_header_libintl_h=no |