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"