summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-12 06:29:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 06:32:36 +0200
commit2d97c12e03a99c4c7f79191e0a98957c7bb55774 (patch)
treea01592b750726fd0bb24886aa250f14fce1c5157 /package
parent1f1e480d019b1c2d35914128c80c05f039987352 (diff)
python3: enable ipv6
Diffstat (limited to 'package')
-rw-r--r--package/python3/Makefile5
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