Browse Source

python3: enable ipv6

Waldemar Brodkorb 5 months ago
parent
commit
2d97c12e03
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package/python3/Makefile

+ 3 - 2
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