From 563712abcef5ca791bdbc09c4a02931fd709c7c9 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Thu, 1 Apr 2021 18:16:12 +0200 Subject: Ports: Build Python with --disable-ipv6 The addition of some IPv6 related things makes the configure script think we support it now. We don't. --- Ports/python3/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/python3/package.sh') diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index c1b80a9c26..62d2b15ed7 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -17,7 +17,7 @@ auth_opts="Python-${version}.tar.xz.asc Python-${version}.tar.xz" depends="libffi zlib" # FIXME: --enable-optimizations results in lots of __gcov_* linker errors -configopts="--without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no" +configopts="--disable-ipv6 --without-ensurepip ac_cv_file__dev_ptmx=no ac_cv_file__dev_ptc=no" export BLDSHARED="${CC} -shared" -- cgit v1.2.3